diff options
author | Mike Fiore <mfiore@multitech.com> | 2014-08-25 12:59:56 -0500 |
---|---|---|
committer | Mike Fiore <mfiore@multitech.com> | 2014-08-25 12:59:56 -0500 |
commit | 19018dbbb35bd2940721ea6f04400a58c9644839 (patch) | |
tree | 8fcf138a00231d0a338e5d228f2ac768835e440d /io-module/mts_eeprom.h | |
parent | f8a371233d759309cd58672192294180c7f8842e (diff) | |
download | mts-io-19018dbbb35bd2940721ea6f04400a58c9644839.tar.gz mts-io-19018dbbb35bd2940721ea6f04400a58c9644839.tar.bz2 mts-io-19018dbbb35bd2940721ea6f04400a58c9644839.zip |
initial support for MTR2D2 hardware
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 d6c3bd3..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 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]; |