equal
deleted
inserted
replaced
29 #ifndef _SYS_ENDIAN_H_ |
29 #ifndef _SYS_ENDIAN_H_ |
30 #define _SYS_ENDIAN_H_ |
30 #define _SYS_ENDIAN_H_ |
31 |
31 |
32 #include <sys/cdefs.h> |
32 #include <sys/cdefs.h> |
33 #include <sys/_types.h> |
33 #include <sys/_types.h> |
34 #include <machine/endian.h> |
34 #include <stdapis/machine/endian.h> |
35 |
35 |
36 #ifndef _UINT16_T_DECLARED |
36 #ifndef _UINT16_T_DECLARED |
37 typedef __uint16_t uint16_t; |
37 typedef __uint16_t uint16_t; |
38 #define _UINT16_T_DECLARED |
38 #define _UINT16_T_DECLARED |
39 #endif |
39 #endif |