common-smdk.h 718 B

123456789101112131415161718192021222324
  1. /* linux/include/asm-arm/plat-s3c24xx/common-smdk.h
  2. *
  3. * Copyright (c) 2006 Simtec Electronics
  4. * Ben Dooks <ben@simtec.co.uk>
  5. *
  6. * Common code for SMDK2410 and SMDK2440 boards
  7. *
  8. * http://www.fluff.org/ben/smdk2440/
  9. *
  10. * This program is free software; you can redistribute it and/or modify
  11. * it under the terms of the GNU General Public License version 2 as
  12. * published by the Free Software Foundation.
  13. */
  14. /*Qisda , wenny cheng , 20091224 , board id info {*/
  15. #define QD090B00_S02 0
  16. #define QD090B00_S03 4
  17. #define BQ060B00_A01_And_Before 0
  18. #define BQ060B00_A02 1
  19. #define QD060B00_A01_And_Before 0
  20. #define QD060B00_A02 1
  21. /*Qisda , wenny cheng , 20091224 , board id info }*/
  22. extern void smdk_machine_init(void);