mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-22 01:10:28 +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 */
|