hardware.h 566 B

123456789101112131415161718192021222324
  1. /*
  2. * Copyright (c) 2003 Simtec Electronics
  3. * Ben Dooks <ben@simtec.co.uk>
  4. *
  5. * S3C2410 - hardware
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License version 2 as
  9. * published by the Free Software Foundation.
  10. */
  11. #ifndef __ASM_ARCH_HARDWARE_H
  12. #define __ASM_ARCH_HARDWARE_H
  13. #ifndef __ASSEMBLY__
  14. extern unsigned int s3c2410_modify_misccr(unsigned int clr, unsigned int chg);
  15. #endif /* __ASSEMBLY__ */
  16. #include <asm/sizes.h>
  17. #include <mach/map.h>
  18. #endif /* __ASM_ARCH_HARDWARE_H */