source: bootcd/isolinux/syslinux-6.03/com32/include/endian.h

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 242 bytes
Line 
1/*
2 * endian.h
3 */
4
5#ifndef _ENDIAN_H
6#define _ENDIAN_H
7
8#include <klibc/endian.h>
9
10#define LITTLE_ENDIAN   __LITTLE_ENDIAN
11#define BIG_ENDIAN      __BIG_ENDIAN
12#define PDP_ENDIAN      __PDP_ENDIAN
13#define BYTE_ORDER      __BYTE_ORDER
14
15#endif /* _ENDIAN_H */
Note: See TracBrowser for help on using the repository browser.