diff options
Diffstat (limited to 'roms/u-boot/arch/arm/include/asm/arch-mb86r0x/hardware.h')
-rw-r--r-- | roms/u-boot/arch/arm/include/asm/arch-mb86r0x/hardware.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/include/asm/arch-mb86r0x/hardware.h b/roms/u-boot/arch/arm/include/asm/arch-mb86r0x/hardware.h new file mode 100644 index 00000000..42a52bc3 --- /dev/null +++ b/roms/u-boot/arch/arm/include/asm/arch-mb86r0x/hardware.h @@ -0,0 +1,15 @@ +/* + * (C) Copyright 2007 + * + * Author : Carsten Schneider, mycable GmbH + * <cs@mycable.de> + * + * SPDX-License-Identifier: GPL-2.0+ + */ +#ifndef __ASM_ARCH_HARDWARE_H +#define __ASM_ARCH_HARDWARE_H + +#include <linux/sizes.h> +#include <asm/arch/mb86r0x.h> + +#endif |