Signed-off-by: Daniel Schwierzeck <daniel.schwierz...@googlemail.com> --- arch/mips/include/asm/gpio.h | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) create mode 100644 arch/mips/include/asm/gpio.h
diff --git a/arch/mips/include/asm/gpio.h b/arch/mips/include/asm/gpio.h new file mode 100644 index 0000000..04a98ad --- /dev/null +++ b/arch/mips/include/asm/gpio.h @@ -0,0 +1,13 @@ +/* + * This file is released under the terms of GPL v2 and any later version. + * See the file COPYING in the root directory of the source tree for details. + * + * Copyright (C) 2011 Daniel Schwierzeck, daniel.schwierz...@googlemail.com + */ + +#ifndef __ASM_MIPS_GPIO_H__ +#define __ASM_MIPS_GPIO_H__ + +#include <asm/arch/gpio.h> + +#endif /* __ASM_MIPS_GPIO_H__ */ -- 1.7.7.2 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot