summaryrefslogtreecommitdiffstats
path: root/src/hwpf/plat_utils.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/hwpf/plat_utils.H')
-rw-r--r--src/hwpf/plat_utils.H15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/hwpf/plat_utils.H b/src/hwpf/plat_utils.H
index 960aba0a..c3a8e767 100644
--- a/src/hwpf/plat_utils.H
+++ b/src/hwpf/plat_utils.H
@@ -6,6 +6,7 @@
/* OpenPOWER sbe Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2016,2017 */
+/* [+] International Business Machines Corp. */
/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
@@ -48,18 +49,4 @@
#ifndef BIT
#define BIT(b) BITS((b), 1)
#endif
-
-#ifdef _BIG_ENDIAN
-
-#define revle16(x) x
-#define revle32(x) x
-#define revle64(x) x
-
-#else
-
-uint16_t revle16(uint16_t i_x);
-uint32_t revle32(uint32_t i_x);
-uint64_t revle64(uint64_t i_x);
-
-#endif
#endif //_PLAT_UTILS_H_
OpenPOWER on IntegriCloud