Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
4ef218f6fdf8d747f4589da5252b004e7d2c2876
/
.
/
include
/
asm-m68k
/
io.h
blob: 7bbdefba7603151e794a9486fb1a1b44f8390796 [
file
] [
log
] [
blame
]
Haiying Wang
3a197b2
2007-02-21 16:52:31 +0100
[
diff
] [
blame
]
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_ */