Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
kernel
/
linux-linaro-stable.git
/
9bf448c66d4b4cb03813b39195d408701ecf1fab
/
.
/
arch
/
arm
/
mach-mmp
/
include
/
mach
/
gpio.h
blob: 904466d7eb95e504d9529a12c8b5785b35077802 [
file
] [
log
] [
blame
]
#ifndef
__ASM_MACH_GPIO_H
#define
__ASM_MACH_GPIO_H
#include
<asm-generic/gpio.h>
#define
__gpio_is_inverted
(
gpio
)
(
0
)
#define
__gpio_is_occupied
(
gpio
)
(
0
)
#endif
/* __ASM_MACH_GPIO_H */