sdhi.h 285 B

12345678910111213141516
  1. #ifndef SDHI_H
  2. #define SDHI_H
  3. /**************************************************
  4. *
  5. * CPU specific settings
  6. *
  7. **************************************************/
  8. #ifdef CONFIG_ARCH_SH7372
  9. #include "mach/sdhi-sh7372.h"
  10. #else
  11. #error "unsupported CPU."
  12. #endif
  13. #endif /* SDHI_H */