uboot-mt623x/include/asm-m68k/io.h

9 lines
116 B
C

#ifndef __ASM_M68K_IO_H_
#define __ASM_M68K_IO_H_
static inline void sync(void)
{
}
#endif /* __ASM_M68K_IO_H_ */