UbixOS  2.0
cpu.h
Go to the documentation of this file.
1 #ifndef __ARCH_CPU_H__
2 #define __ARCH_CPU_H__
3 
4 #ifndef BYTE_ORDER
5 #define BYTE_ORDER LITTLE_ENDIAN
6 #endif /* BYTE_ORDER */
7 
8 #endif