Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6b884a8d50a6eea2fb3dad7befe748f67193073b
/
.
/
include
/
linux
/
of_address.h
blob: 570831d7e795813f04adc023d0bd62939596acbe [
file
] [
log
] [
blame
]
#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 */