diff options
Diffstat (limited to 'arch/arm/mach-mv78xx0/include/mach/gpio.h')
-rw-r--r-- | arch/arm/mach-mv78xx0/include/mach/gpio.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-mv78xx0/include/mach/gpio.h b/arch/arm/mach-mv78xx0/include/mach/gpio.h new file mode 100644 index 00000000..77e1b843 --- /dev/null +++ b/arch/arm/mach-mv78xx0/include/mach/gpio.h @@ -0,0 +1,9 @@ +/* + * arch/asm-arm/mach-mv78xx0/include/mach/gpio.h + * + * This file is licensed under the terms of the GNU General Public + * License version 2. This program is licensed "as is" without any + * warranty of any kind, whether express or implied. + */ + +#include <plat/gpio.h> |