of_address.h 195 B

123456789
  1. #ifndef __OF_ADDRESS_H
  2. #define __OF_ADDRESS_H
  3. #include <linux/ioport.h>
  4. #include <linux/of.h>
  5. extern void __iomem *of_iomap(struct device_node *device, int index);
  6. #endif /* __OF_ADDRESS_H */