asm/byteorder.h is a private file from Linux kernel (and barfs when included directly)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2232 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
/* The macros used to swap values */
|
/* The macros used to swap values */
|
||||||
/* Try to use superfast macros on systems that support them */
|
/* Try to use superfast macros on systems that support them */
|
||||||
#ifdef linux
|
#ifdef linux
|
||||||
#include <asm/byteorder.h>
|
#include <endian.h>
|
||||||
#ifdef __arch__swab16
|
#ifdef __arch__swab16
|
||||||
#define UQM_Swap16 __arch__swab16
|
#define UQM_Swap16 __arch__swab16
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user