Merge tag 'pwm/for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry...
[sfrench/cifs-2.6.git] / arch / arm / mach-s3c24xx / include / mach / hardware.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (c) 2003 Simtec Electronics
4  *      Ben Dooks <ben@simtec.co.uk>
5  *
6  * S3C2410 - hardware
7  */
8
9 #ifndef __ASM_ARCH_HARDWARE_H
10 #define __ASM_ARCH_HARDWARE_H
11
12 #ifndef __ASSEMBLY__
13
14 extern unsigned int s3c2410_modify_misccr(unsigned int clr, unsigned int chg);
15
16 #endif /* __ASSEMBLY__ */
17
18 #include <asm/sizes.h>
19 #include <mach/map.h>
20
21 #endif /* __ASM_ARCH_HARDWARE_H */