summaryrefslogtreecommitdiff
path: root/firmware/config-player.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/config-player.h')
-rw-r--r--firmware/config-player.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/firmware/config-player.h b/firmware/config-player.h
index 8b4efcc7b4..d9a713d368 100644
--- a/firmware/config-player.h
+++ b/firmware/config-player.h
@@ -22,3 +22,12 @@
22 22
23/* Define this if you control power on PADR (instead of PBDR) */ 23/* Define this if you control power on PADR (instead of PBDR) */
24#define HAVE_POWEROFF_ON_PADR 24#define HAVE_POWEROFF_ON_PADR
25
26/* Offset ( in the firmware file's header ) to the file length */
27#define FIRMWARE_OFFSET_FILE_LENGTH 0
28
29/* Offset ( in the firmware file's header ) to the file CRC */
30#define FIRMWARE_OFFSET_FILE_CRC 4
31
32/* Offset ( in the firmware file's header ) to the real data */
33#define FIRMWARE_OFFSET_FILE_DATA 6