hardware-s3c24xx.h 345 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (c) 2003 Simtec Electronics
  4. * Ben Dooks <[email protected]>
  5. *
  6. * S3C2410 - hardware
  7. */
  8. #ifndef __ASM_ARCH_HARDWARE_S3C24XX_H
  9. #define __ASM_ARCH_HARDWARE_S3C24XX_H
  10. extern unsigned int s3c2410_modify_misccr(unsigned int clr, unsigned int chg);
  11. #endif /* __ASM_ARCH_HARDWARE_S3C24XX_H */