]> git.sur5r.net Git - u-boot/blob - include/asm-m68k/io.h
[PATCH v3] Add sync to ensure flash_write_cmd is fully finished
[u-boot] / include / asm-m68k / io.h
1 #ifndef __ASM_M68K_IO_H_
2 #define __ASM_M68K_IO_H_
3
4 static inline void sync(void)
5 {
6 }
7
8 #endif /* __ASM_M68K_IO_H_ */