diff options
Diffstat (limited to 'io-module/mts_eeprom.h')
-rw-r--r-- | io-module/mts_eeprom.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/io-module/mts_eeprom.h b/io-module/mts_eeprom.h index 811b380..2e42008 100644 --- a/io-module/mts_eeprom.h +++ b/io-module/mts_eeprom.h @@ -23,8 +23,8 @@ struct mts_id_eeprom_layout { uint8_t reserved[302]; }; -/* daughter/accessory card EEPROM */ -struct mts_dc_eeprom_layout { +/* accessory card EEPROM */ +struct mts_ap_eeprom_layout { char vendor_id[32]; char product_id[32]; char device_id[32]; |