mirror of https://gitee.com/openkylin/linux.git
20 lines
431 B
C
20 lines
431 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
/*
|
|
* 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
|
|
|
|
#include <linux/sizes.h>
|
|
#include <mach/map.h>
|
|
|
|
#endif /* __ASM_ARCH_HARDWARE_H */
|