hardware.h 416 B

123456789101112131415161718192021
  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. #ifndef __ASM_ARCH_HARDWARE_H
  9. #define __ASM_ARCH_HARDWARE_H
  10. #ifndef __ASSEMBLY__
  11. extern unsigned int s3c2410_modify_misccr(unsigned int clr, unsigned int chg);
  12. #endif /* __ASSEMBLY__ */
  13. #include <asm/sizes.h>
  14. #include <mach/map.h>
  15. #endif /* __ASM_ARCH_HARDWARE_H */