Sign in
ara-mdk
/
platform
/
external
/
libmtp
/
16fe8205d5bf5ac035f44107814d32d010e25a79
/
.
/
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