diff options
Diffstat (limited to 'arch/arm/mach-socfpga/include/mach/gpio.h')
-rw-r--r-- | arch/arm/mach-socfpga/include/mach/gpio.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-socfpga/include/mach/gpio.h b/arch/arm/mach-socfpga/include/mach/gpio.h new file mode 100644 index 00000000000..f216b803328 --- /dev/null +++ b/arch/arm/mach-socfpga/include/mach/gpio.h @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (C) 2014 Stefan Roese <sr@denx.de> + */ + +#ifndef _SOCFPGA_GPIO_H +#define _SOCFPGA_GPIO_H + +#endif /* _SOCFPGA_GPIO_H */ |