summaryrefslogtreecommitdiff
path: root/io-module/mts_io.h
diff options
context:
space:
mode:
Diffstat (limited to 'io-module/mts_io.h')
-rw-r--r--io-module/mts_io.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h
index 86ab32e..b7b53e0 100644
--- a/io-module/mts_io.h
+++ b/io-module/mts_io.h
@@ -99,11 +99,12 @@ struct mts_id_eeprom_layout {
/* daughter card EEPROM */
struct mts_dc_eeprom_layout {
- char serial[32];
- char hw_rev[32];
+ char vendor_id[32];
char product_id[32];
+ char device_id[32];
+ char hw_version[32];
uint8_t mac_addr[6];
- uint8_t reserved[410];
+ uint8_t reserved[378];
};
// GPIO pin types:input, output, open drain (1 = high Z, 0 = output low)