Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
b66eb5282d568225abad5b3b61cc0968be35fc0d
/
.
/
include
/
asm-m68k
/
byteorder.h
blob: ce613ac384a0087e698b6ee9514f1d0e193af584 [
file
] [
log
] [
blame
]
wdenk
bf9e3b3
2004-02-12 00:47:09 +0000
[
diff
] [
blame
]
1
#ifndef
_M68K_BYTEORDER_H
2
#define
_M68K_BYTEORDER_H
3
4
#include
<asm/types.h>
5
#include
<linux/byteorder/big_endian.h>
6
7
#endif
/* _M68K_BYTEORDER_H */