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