blob: 570831d7e795813f04adc023d0bd62939596acbe (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef __OF_ADDRESS_H
#define __OF_ADDRESS_H
#include <linux/ioport.h>
#include <linux/of.h>
extern void __iomem *of_iomap(struct device_node *device, int index);
#endif /* __OF_ADDRESS_H */
|