#ifndef __ENDIAN_H
#define	__ENDIAN_H

#include <sys/cdefs.h>
#include <sys/_types.h>
#include <machine/_endian.h>

#define __BYTE_ORDER	__LITTLE_ENDIaN
#define	_QUAD_HIGHWORD	1
#define	_QUAD_LOWWORD	0

#endif /* __ENDIAN_H__ */
