mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
1a4596601f
Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
15 lines
266 B
C
15 lines
266 B
C
/*
|
|
* (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 <asm/sizes.h>
|
|
#include <asm/arch/mb86r0x.h>
|
|
|
|
#endif
|