Merge branch 'master' of git://localhost/acess2
[tpg/acess2.git] / Usermode / Libraries / libposix.so_src / include_exp / endian.h
1 /*
2  */
3 #ifndef _LIBPOSIX_ENDIAN_H_
4 #define _LIBPOSIX_ENDIAN_H_
5
6 #define __LITTLE_ENDIAN 0
7 #define __BIG_ENDIAN    0
8 #define __BYTE_ORDER    __LITTLE_ENDIAN
9
10 #endif
11

UCC git Repository :: git.ucc.asn.au