Sign in
ara-mdk
/
platform
/
external
/
libmtp
/
ad8fdfb856407f0c1f2c2b0305c8fa0a062736b1
/
.
/
src
/
gphoto2-endian.h
blob: 90cdeaef7dee38794f27b0862374dabe0b385a87 [
file
] [
log
] [
blame
]
/* added 10/26/2010 to deal with both archs on Mac */
#ifdef
__BIG_ENDIAN__
#include
"gphoto2-endian-ppc.h"
#else
#include
"gphoto2-endian-intel.h"
#endif