Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
27c766aaacb265d625dc634bf7903f7f9fd0c697
/
.
/
arch
/
arm
/
mach-highbank
/
include
/
mach
/
io.h
blob: 70cfa3ba7697e355de0b23f095d099e10058f4c5 [
file
] [
log
] [
blame
]
#ifndef
__MACH_IO_H
#define
__MACH_IO_H
#define
__io
(
a
)
({
(
void
)(
a
);
__typesafe_io
(
0
);
})
#define
__mem_pci
(
a
)
(
a
)
#endif