2010-08-09 11:31:49 +00:00
|
|
|
/*
|
|
|
|
* (C) Copyright 2007
|
|
|
|
*
|
|
|
|
* Author : Carsten Schneider, mycable GmbH
|
|
|
|
* <cs@mycable.de>
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2010-08-09 11:31:49 +00:00
|
|
|
*/
|
|
|
|
#ifndef __ASM_ARCH_HARDWARE_H
|
|
|
|
#define __ASM_ARCH_HARDWARE_H
|
|
|
|
|
2014-02-26 13:47:58 +00:00
|
|
|
#include <linux/sizes.h>
|
2010-08-09 11:31:49 +00:00
|
|
|
#include <asm/arch/mb86r0x.h>
|
|
|
|
|
|
|
|
#endif
|