summaryrefslogtreecommitdiff
path: root/firmware/export/config-h10.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h10.h')
-rw-r--r--firmware/export/config-h10.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h
index a66a387f02..ec6f83fecb 100644
--- a/firmware/export/config-h10.h
+++ b/firmware/export/config-h10.h
@@ -138,13 +138,19 @@
138#define HAVE_ATA_POWER_OFF 138#define HAVE_ATA_POWER_OFF
139 139
140/* Offset ( in the firmware file's header ) to the file length */ 140/* Offset ( in the firmware file's header ) to the file length */
141#define FIRMWARE_OFFSET_FILE_LENGTH 0 141#define FIRMWARE_OFFSET_FILE_LENGTH 0x8
142 142
143/* Offset ( in the firmware file's header ) to the file CRC */ 143/* Offset ( in the firmware file's header ) to the file CRC */
144#define FIRMWARE_OFFSET_FILE_CRC 0 144#define FIRMWARE_OFFSET_FILE_CRC 0x0c
145
146/* Offset ( in the firmware file's header ) to the file type */
147#define FIRMWARE_OFFSET_FILE_TYPE 0x1f8
148
149/* Offset ( in the firmware file's header ) to the file model id */
150#define FIRMWARE_OFFSET_FILE_MODEL 0x1fc
145 151
146/* Offset ( in the firmware file's header ) to the real data */ 152/* Offset ( in the firmware file's header ) to the real data */
147#define FIRMWARE_OFFSET_FILE_DATA 8 153#define FIRMWARE_OFFSET_FILE_DATA 0x200
148 154
149/* #define USB_IPODSTYLE */ 155/* #define USB_IPODSTYLE */
150 156