diff options
Diffstat (limited to 'roms/u-boot/arch/powerpc/include/asm/arch-ppc4xx/gpio.h')
-rw-r--r-- | roms/u-boot/arch/powerpc/include/asm/arch-ppc4xx/gpio.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roms/u-boot/arch/powerpc/include/asm/arch-ppc4xx/gpio.h b/roms/u-boot/arch/powerpc/include/asm/arch-ppc4xx/gpio.h new file mode 100644 index 000000000..e74a2e104 --- /dev/null +++ b/roms/u-boot/arch/powerpc/include/asm/arch-ppc4xx/gpio.h @@ -0,0 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * (C) Copyright 2014 Google, Inc + */ + +/* This is empty for now as we don't support the generic GPIO interface */ |