some vm to accomodate needing to have a region search spot be
[newos.git] / include / endian.h
blob813d3fbbe4bb6b2d3b0e664838b961f13275e3a5
1 /*
2 ** Copyright 2004, Travis Geiselbrecht. All rights reserved.
3 ** Distributed under the terms of the NewOS License.
4 */
5 #ifndef _ENDIAN_H
6 #define _ENDIAN_H
8 #define LITTLE_ENDIAN 1234
9 #define BIG_ENDIAN 4321
11 #include <arch/endian.h>
13 #endif