summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 205e4bc058..5ac92e015d 100644
--- a/firmware/export/system.h
+++ b/firmware/export/system.h
@@ -344,6 +344,7 @@ static inline void cpucache_flush(void)
344/* Number of bytes in the last cacheline assuming buffer of size x is aligned */ 344/* Number of bytes in the last cacheline assuming buffer of size x is aligned */
345#define STORAGE_OVERLAP(x) ((x) & (CACHEALIGN_SIZE - 1)) 345#define STORAGE_OVERLAP(x) ((x) & (CACHEALIGN_SIZE - 1))
346#else 346#else
347#define STORAGE_ALIGN_ATTR
347#define STORAGE_ALIGN_DOWN(x) (x) 348#define STORAGE_ALIGN_DOWN(x) (x)
348#define STORAGE_PAD(x) (x) 349#define STORAGE_PAD(x) (x)
349#define STORAGE_OVERLAP(x) 0 350#define STORAGE_OVERLAP(x) 0