summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/include/endian.h
blob: 3abcb3270298de210f10bc2b1c4247f9f49c4117 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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__ */