1 1.1 takemura /* $NetBSD: endian.h,v 1.1 1999/09/16 12:23:22 takemura Exp $ */ 2 1.1 takemura 3 1.1 takemura /* 4 1.1 takemura * Define the order of bytes in a 32-bit word. 5 1.1 takemura */ 6 1.1 takemura #define _BYTE_ORDER _LITTLE_ENDIAN 7 1.1 takemura #include <mips/endian.h> 8