io.h 116 B

12345678
  1. #ifndef __ASM_M68K_IO_H_
  2. #define __ASM_M68K_IO_H_
  3. static inline void sync(void)
  4. {
  5. }
  6. #endif /* __ASM_M68K_IO_H_ */