Merge git://git.infradead.org/users/eparis/audit
[linux.git] / arch / arm / mach-s3c24xx / include / mach / hardware.h
1 /* arch/arm/mach-s3c2410/include/mach/hardware.h
2  *
3  * Copyright (c) 2003 Simtec Electronics
4  *      Ben Dooks <ben@simtec.co.uk>
5  *
6  * S3C2410 - hardware
7  *
8  * This program is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License version 2 as
10  * published by the Free Software Foundation.
11 */
12
13 #ifndef __ASM_ARCH_HARDWARE_H
14 #define __ASM_ARCH_HARDWARE_H
15
16 #ifndef __ASSEMBLY__
17
18 extern unsigned int s3c2410_modify_misccr(unsigned int clr, unsigned int chg);
19
20 #ifdef CONFIG_CPU_S3C2440
21
22 extern int s3c2440_set_dsc(unsigned int pin, unsigned int value);
23
24 #endif /* CONFIG_CPU_S3C2440 */
25
26 #endif /* __ASSEMBLY__ */
27
28 #include <asm/sizes.h>
29 #include <mach/map.h>
30
31 /* machine specific hardware definitions should go after this */
32
33 /* currently here until moved into config (todo) */
34 #define CONFIG_NO_MULTIWORD_IO
35
36 #endif /* __ASM_ARCH_HARDWARE_H */