source: trunk/minix/commands/aal/byte_order.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 220 bytes
Line 
1#if defined(mc68020) || defined(mc68000) || defined(sparc)
2#define BYTES_REVERSED 1
3#define WORDS_REVERSED 1
4#define CHAR_UNSIGNED 0
5#else
6#define BYTES_REVERSED 0
7#define WORDS_REVERSED 0
8#define CHAR_UNSIGNED 0
9#endif
Note: See TracBrowser for help on using the repository browser.