• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright (c) 2003 Simtec Electronics
3  *	Ben Dooks <ben@simtec.co.uk>
4  *
5  * S3C2410 - hardware
6  *
7  * This program is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License version 2 as
9  * published by the Free Software Foundation.
10 */
11 
12 #ifndef __ASM_ARCH_HARDWARE_H
13 #define __ASM_ARCH_HARDWARE_H
14 
15 #ifndef __ASSEMBLY__
16 
17 extern unsigned int s3c2410_modify_misccr(unsigned int clr, unsigned int chg);
18 
19 #endif /* __ASSEMBLY__ */
20 
21 #include <asm/sizes.h>
22 #include <mach/map.h>
23 
24 #endif /* __ASM_ARCH_HARDWARE_H */
25