summaryrefslogtreecommitdiff
path: root/io-module/mts_io.h
diff options
context:
space:
mode:
authorMike Fiore <mfiore@multitech.com>2013-05-02 14:34:11 -0500
committerJesse Gilles <jgilles@multitech.com>2014-01-17 14:26:47 -0600
commit91be2547481bcfdd69a1d22510011a0b169dfd4c (patch)
tree8ae88780d6c7517d9c292093e6cc2d7d4e5fd144 /io-module/mts_io.h
parent8df315054f6471a4598e45588919610d9934ffbb (diff)
downloadcdp-io-controller-91be2547481bcfdd69a1d22510011a0b169dfd4c.tar.gz
cdp-io-controller-91be2547481bcfdd69a1d22510011a0b169dfd4c.tar.bz2
cdp-io-controller-91be2547481bcfdd69a1d22510011a0b169dfd4c.zip
add mtocgd rev-b
Diffstat (limited to 'io-module/mts_io.h')
-rw-r--r--io-module/mts_io.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h
index 30b794d..f2ff2b4 100644
--- a/io-module/mts_io.h
+++ b/io-module/mts_io.h
@@ -42,6 +42,7 @@ struct device_attribute _dev_name = { \
#define HW_VERSION_MTR_0_1 "MTR-0.1"
#define HW_VERSION_MTOCGD3_0_0 "MTOCGD3-0.0"
#define HW_VERSION_MTOCGD_0_0 "MTOCGD-0.0"
+#define HW_VERSION_MTOCGD_0_1 "MTOCGD-0.1"
enum {
MTCDP_E1_DK_0_0,
@@ -52,6 +53,7 @@ enum {
MTR_0_1,
MTOCGD3_0_0,
MTOCGD_0_0,
+ MTOCGD_0_1,
};
#define DEVICE_CAPA_INDEX(c) (((c) & 0xFF) >> 3)