repo.or.cz
/
linux-2.6
/
linux-2.6-openrd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
USB: composite: Fix bug: should test set_alt function pointer before use it
[linux-2.6/linux-2.6-openrd.git]
/
include
/
asm-m32r
/
byteorder.h
blob
21855d8b028b5ddd62dd2600ff4ef5e3ab92fb9e
1
#ifndef _ASM_M32R_BYTEORDER_H
2
#define _ASM_M32R_BYTEORDER_H
3
4
#if defined(__LITTLE_ENDIAN__)
5
# include <linux/byteorder/little_endian.h>
6
#else
7
# include <linux/byteorder/big_endian.h>
8
#endif
9
10
#endif
/* _ASM_M32R_BYTEORDER_H */