fix a kmap leak in virtio_console
[linux/fpc-iii.git] / arch / arm / mach-s3c24xx / include / mach / hardware.h
bloba6cc14a092fc6a1779606a632c0ef9ae23f09cf7
1 /* arch/arm/mach-s3c2410/include/mach/hardware.h
3 * Copyright (c) 2003 Simtec Electronics
4 * Ben Dooks <ben@simtec.co.uk>
6 * S3C2410 - hardware
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.
13 #ifndef __ASM_ARCH_HARDWARE_H
14 #define __ASM_ARCH_HARDWARE_H
16 #ifndef __ASSEMBLY__
18 extern unsigned int s3c2410_modify_misccr(unsigned int clr, unsigned int chg);
20 #ifdef CONFIG_CPU_S3C2440
22 extern int s3c2440_set_dsc(unsigned int pin, unsigned int value);
24 #endif /* CONFIG_CPU_S3C2440 */
26 #endif /* __ASSEMBLY__ */
28 #include <asm/sizes.h>
29 #include <mach/map.h>
31 /* machine specific hardware definitions should go after this */
33 /* currently here until moved into config (todo) */
34 #define CONFIG_NO_MULTIWORD_IO
36 #endif /* __ASM_ARCH_HARDWARE_H */