summaryrefslogtreecommitdiffstats
path: root/op-flasher/pflash/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'op-flasher/pflash/config.h')
-rw-r--r--op-flasher/pflash/config.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/op-flasher/pflash/config.h b/op-flasher/pflash/config.h
deleted file mode 100644
index 8af0bbe..0000000
--- a/op-flasher/pflash/config.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/* For CCAN */
-
-#include <endian.h>
-#include <byteswap.h>
-
-#define HAVE_TYPEOF 1
-#define HAVE_BUILTIN_TYPES_COMPATIBLE_P 1
-
-
-#if __BYTE_ORDER == __LITTLE_ENDIAN
-#define HAVE_BIG_ENDIAN 0
-#define HAVE_LITTLE_ENDIAN 1
-#else
-#define HAVE_BIG_ENDIAN 1
-#define HAVE_LITTLE_ENDIAN 0
-#endif
-
-#define HAVE_BYTESWAP_H 1
-#define HAVE_BSWAP_64 1
OpenPOWER on IntegriCloud