Fix possible compile error on PPC Linux.
This commit is contained in:
@@ -7,6 +7,10 @@
|
|||||||
|
|
||||||
#if defined(LINUX)
|
#if defined(LINUX)
|
||||||
|
|
||||||
|
#if !defined(__KERNEL__)
|
||||||
|
#define __KERNEL__
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <asm/byteorder.h>
|
#include <asm/byteorder.h>
|
||||||
|
|
||||||
inline uint32_t ArchSwap32( uint32_t n )
|
inline uint32_t ArchSwap32( uint32_t n )
|
||||||
|
|||||||
Reference in New Issue
Block a user