From 2b6dbc39ef274d5298daad1ff864be8fc3c56537 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Thu, 10 Jul 2014 06:21:51 -0500 Subject: initial top-level import of subdirectories --- include/machine/endian.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 include/machine/endian.h (limited to 'include/machine') diff --git a/include/machine/endian.h b/include/machine/endian.h new file mode 100644 index 0000000..4d96a6d --- /dev/null +++ b/include/machine/endian.h @@ -0,0 +1,14 @@ +#ifndef _COMPAT_BYTE_ORDER_H_ +#define _COMPAT_BYTE_ORDER_H_ + +#ifdef __linux__ +#include +#else +#ifdef __sun +#include +#else +#include_next +#endif +#endif + +#endif -- cgit v1.2.3-55-g6feb