Linux fix
This commit is contained in:
@@ -4,13 +4,9 @@
|
|||||||
#if !defined(MISSING_STDINT_H) /* need to define int64_t if so */
|
#if !defined(MISSING_STDINT_H) /* need to define int64_t if so */
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#endif
|
#endif
|
||||||
|
/*
|
||||||
#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 )
|
||||||
@@ -30,7 +26,7 @@ inline uint16_t ArchSwap16( uint16_t n )
|
|||||||
|
|
||||||
#define HAVE_BYTE_SWAPS
|
#define HAVE_BYTE_SWAPS
|
||||||
#endif
|
#endif
|
||||||
|
*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user