rc32434.h 319 B

12345678910111213141516171819
  1. /*
  2. * Definitions for IDT RC323434 CPU.
  3. */
  4. #ifndef _ASM_RC32434_RC32434_H_
  5. #define _ASM_RC32434_RC32434_H_
  6. #include <linux/delay.h>
  7. #include <linux/io.h>
  8. #define IDT_CLOCK_MULT 2
  9. /* cpu pipeline flush */
  10. static inline void rc32434_sync(void)
  11. {
  12. __asm__ volatile ("sync");
  13. }
  14. #endif /* _ASM_RC32434_RC32434_H_ */