staging: r8712u: Add the new driver to the mainline kernel
[pandora-kernel.git] / drivers / staging / rtl8712 / rtl871x_byteorder.h
1 #ifndef _RTL871X_BYTEORDER_H_
2 #define _RTL871X_BYTEORDER_H_
3
4 #if defined(__LITTLE_ENDIAN)
5 #  include "little_endian.h"
6 #elif defined(__BIG_ENDIAN)
7 #  include "big_endian.h"
8 #else
9 #  error "Must be LITTLE/BIG Endian Host"
10 #endif
11
12 #endif /* _RTL871X_BYTEORDER_H_ */
13