From 7626af0b8aeb6ec098c772b5400141b12b36e91a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 9 Apr 2025 01:09:20 +0200 Subject: drop support for non-Linux hosts --- adk/include/endian.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 adk/include/endian.h (limited to 'adk/include/endian.h') diff --git a/adk/include/endian.h b/adk/include/endian.h deleted file mode 100644 index bd94c4976..000000000 --- a/adk/include/endian.h +++ /dev/null @@ -1,28 +0,0 @@ -#ifndef __endian_compat_h -#define __endian_compat_h - -#if defined(__linux__) || defined(__CYGWIN__) -#include -#include_next -#elif defined(__APPLE__) -#include -#include -#elif defined(__FreeBSD__) -#include -#elif defined(__OpenBSD__) -#include -#else -#include -#endif - -#ifndef __BYTE_ORDER -#define __BYTE_ORDER BYTE_ORDER -#endif -#ifndef __BIG_ENDIAN -#define __BIG_ENDIAN BIG_ENDIAN -#endif -#ifndef __LITTLE_ENDIAN -#define __LITTLE_ENDIAN LITTLE_ENDIAN -#endif - -#endif -- cgit v1.2.3