summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h
index 1f8ed033fd..cec47f1a71 100644
--- a/firmware/export/system.h
+++ b/firmware/export/system.h
@@ -190,6 +190,7 @@ enum {
190#include "system-sdl.h" 190#include "system-sdl.h"
191#define NEED_GENERIC_BYTESWAPS 191#define NEED_GENERIC_BYTESWAPS
192#endif 192#endif
193#include "bitswap.h"
193 194
194#ifdef NEED_GENERIC_BYTESWAPS 195#ifdef NEED_GENERIC_BYTESWAPS
195static inline uint16_t swap16_hw(uint16_t value) 196static inline uint16_t swap16_hw(uint16_t value)