2017-12-25 19:54:32 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
2014-03-20 19:48:07 +00:00
|
|
|
/*
|
2006-12-17 18:59:20 +00:00
|
|
|
* Copyright (c) 2003 Simtec Electronics
|
|
|
|
* Ben Dooks <ben@simtec.co.uk>
|
2005-04-16 22:20:36 +00:00
|
|
|
*
|
|
|
|
* S3C2410 - hardware
|
2017-12-25 19:54:32 +00:00
|
|
|
*/
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2019-09-02 15:47:55 +00:00
|
|
|
#ifndef __ASM_ARCH_HARDWARE_S3C24XX_H
|
|
|
|
#define __ASM_ARCH_HARDWARE_S3C24XX_H
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
extern unsigned int s3c2410_modify_misccr(unsigned int clr, unsigned int chg);
|
|
|
|
|
2019-09-02 15:47:55 +00:00
|
|
|
#endif /* __ASM_ARCH_HARDWARE_S3C24XX_H */
|