summaryrefslogtreecommitdiff
path: root/io-module/mts_eeprom.h
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2016-12-02 17:22:01 -0600
committerJohn Klug <john.klug@multitech.com>2016-12-02 17:22:01 -0600
commit765d88576c6dbc9247ce216ca542e52814f09126 (patch)
tree8509f3246fc1b669f8c222e50d845b4261752dc2 /io-module/mts_eeprom.h
parent3da4f0384f9ee1890fece5ebd9fe9784e1910116 (diff)
downloadmts-io-765d88576c6dbc9247ce216ca542e52814f09126.tar.gz
mts-io-765d88576c6dbc9247ce216ca542e52814f09126.tar.bz2
mts-io-765d88576c6dbc9247ce216ca542e52814f09126.zip
Ethernet AC buffer overrun, and add capability directory to platform1.5.5
Diffstat (limited to 'io-module/mts_eeprom.h')
-rw-r--r--io-module/mts_eeprom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/io-module/mts_eeprom.h b/io-module/mts_eeprom.h
index 89f2439..f616e83 100644
--- a/io-module/mts_eeprom.h
+++ b/io-module/mts_eeprom.h
@@ -55,6 +55,7 @@ do { \
#define DEVICE_CAPA_VALUE(index, bit) ((((index) & 0x1F) << 3) | ((bit) & 0x07))
+#define CAPA_COUNT 9 // See also attribute_names in capab.c
#define CAPA_GPS DEVICE_CAPA_VALUE(0, 7)
#define CAPA_DIN DEVICE_CAPA_VALUE(0, 6)
#define CAPA_DOUT DEVICE_CAPA_VALUE(0, 5)