blob: 570831d7e795813f04adc023d0bd62939596acbe [file] [log] [blame]
Grant Likely6b884a82010-06-08 07:48:09 -06001#ifndef __OF_ADDRESS_H
2#define __OF_ADDRESS_H
3#include <linux/ioport.h>
4#include <linux/of.h>
5
6extern void __iomem *of_iomap(struct device_node *device, int index);
7
8#endif /* __OF_ADDRESS_H */
9