2019-05-27 08:55:01 +02:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
2008-12-03 03:55:38 +01:00
|
|
|
/*
|
|
|
|
|
* arch/arm/mach-w90x900/include/mach/hardware.h
|
|
|
|
|
*
|
|
|
|
|
* Copyright (c) 2008 Nuvoton technology corporation
|
|
|
|
|
* All rights reserved.
|
|
|
|
|
*
|
|
|
|
|
* Wan ZongShun <mcuos.com@gmail.com>
|
|
|
|
|
*
|
|
|
|
|
* Based on arch/arm/mach-s3c2410/include/mach/hardware.h
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef __ASM_ARCH_HARDWARE_H
|
|
|
|
|
#define __ASM_ARCH_HARDWARE_H
|
|
|
|
|
|
2019-05-14 15:46:51 -07:00
|
|
|
#include <linux/sizes.h>
|
2008-12-03 03:55:38 +01:00
|
|
|
#include <mach/map.h>
|
|
|
|
|
|
|
|
|
|
#endif /* __ASM_ARCH_HARDWARE_H */
|