summaryrefslogtreecommitdiff
path: root/firmware/export/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/buffer.h')
-rw-r--r--firmware/export/buffer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/buffer.h b/firmware/export/buffer.h
index ae8886bffc..f0525edd68 100644
--- a/firmware/export/buffer.h
+++ b/firmware/export/buffer.h
@@ -24,7 +24,12 @@
24#include "config.h" 24#include "config.h"
25/* defined in linker script */ 25/* defined in linker script */
26#if (CONFIG_PLATFORM & PLATFORM_NATIVE) 26#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
27#if defined(IPOD_VIDEO)
28extern unsigned char *audiobufend_lds[];
29unsigned char *audiobufend;
30#else
27extern unsigned char audiobufend[]; 31extern unsigned char audiobufend[];
32#endif
28#else 33#else
29extern unsigned char *audiobufend; 34extern unsigned char *audiobufend;
30#endif 35#endif