mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
8 lines
170 B
C
8 lines
170 B
C
|
|
#ifndef _ARCH_ARM_GPIO_H
|
||
|
|
#define _ARCH_ARM_GPIO_H
|
||
|
|
|
||
|
|
/* not all ARM platforms necessarily support this API ... */
|
||
|
|
#include <asm/arch/gpio.h>
|
||
|
|
|
||
|
|
#endif /* _ARCH_ARM_GPIO_H */
|