Matthias Weisser | 63c36f5 | 2010-08-09 13:31:49 +0200 | [diff] [blame] | 1 | /* |
2 | * (C) Copyright 2007 | ||||
3 | * | ||||
4 | * Author : Carsten Schneider, mycable GmbH | ||||
5 | * <cs@mycable.de> | ||||
6 | * | ||||
Wolfgang Denk | d79de1d | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 7 | * SPDX-License-Identifier: GPL-2.0+ |
Matthias Weisser | 63c36f5 | 2010-08-09 13:31:49 +0200 | [diff] [blame] | 8 | */ |
9 | #ifndef __ASM_ARCH_HARDWARE_H | ||||
10 | #define __ASM_ARCH_HARDWARE_H | ||||
11 | |||||
12 | #include <asm/sizes.h> | ||||
13 | #include <asm/arch/mb86r0x.h> | ||||
14 | |||||
15 | #endif |