Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
include
tenok
endian.h
Go to the documentation of this file.
1
6
#ifndef _TENOK_ENDIAN_H
7
#define _TENOK_ENDIAN_H
8
9
#define __LITTLE_ENDIAN 1234
10
#define __BIG_ENDIAN 4321
11
#define __PDP_ENDIAN 3412
12
#define __BYTE_ORDER __LITTLE_ENDIAN
13
14
#define LITTLE_ENDIAN __LITTLE_ENDIAN
15
#define BIG_ENDIAN __BIG_ENDIAN
16
#define PDP_ENDIAN __PDP_ENDIAN
17
#define BYTE_ORDER __BYTE_ORDER
18
19
#endif
Generated by
1.9.1