epoc32/include/stdapis/sys/endian.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
    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