2017-12-25 22:54:32 +03:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
2014-03-20 23:48:07 +04:00
|
|
|
/*
|
2006-12-17 21:59:20 +03:00
|
|
|
* Copyright (c) 2003 Simtec Electronics
|
|
|
|
* Ben Dooks <ben@simtec.co.uk>
|
2005-04-17 02:20:36 +04:00
|
|
|
*
|
|
|
|
* S3C2410 - hardware
|
2017-12-25 22:54:32 +03:00
|
|
|
*/
|
2005-04-17 02:20:36 +04:00
|
|
|
|
|
|
|
#ifndef __ASM_ARCH_HARDWARE_H
|
|
|
|
#define __ASM_ARCH_HARDWARE_H
|
|
|
|
|
|
|
|
#ifndef __ASSEMBLY__
|
|
|
|
|
|
|
|
extern unsigned int s3c2410_modify_misccr(unsigned int clr, unsigned int chg);
|
|
|
|
|
|
|
|
#endif /* __ASSEMBLY__ */
|
|
|
|
|
|
|
|
#include <asm/sizes.h>
|
2008-08-05 19:14:15 +04:00
|
|
|
#include <mach/map.h>
|
2005-04-17 02:20:36 +04:00
|
|
|
|
|
|
|
#endif /* __ASM_ARCH_HARDWARE_H */
|