diff options
author | John Klug <john.klug@multitech.com> | 2017-09-05 10:15:03 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-09-06 09:51:23 -0500 |
commit | 5aaa14e344864f613b8177bad78734f8ab1f7817 (patch) | |
tree | 7d7c80b0cb98aa19dbc9bc95e4a286cc5b6a8656 /io-module/mts_io.h | |
parent | 0ddd89018874af420278b52b515273cf2ae79aa4 (diff) | |
download | mts-io-5aaa14e344864f613b8177bad78734f8ab1f7817.tar.gz mts-io-5aaa14e344864f613b8177bad78734f8ab1f7817.tar.bz2 mts-io-5aaa14e344864f613b8177bad78734f8ab1f7817.zip |
Mistakenly removed the enum list
Diffstat (limited to 'io-module/mts_io.h')
-rw-r--r-- | io-module/mts_io.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h index 068e594..7c2a969 100644 --- a/io-module/mts_io.h +++ b/io-module/mts_io.h @@ -75,6 +75,19 @@ struct device_attribute _dev_name = { \ #define HW_VERSION_MTCAP_0_0 "MTCAP-0.0" #define HW_VERSION_MTCAP_0_1 "MTCAP-0.1" +enum { + MTCDP_E1_DK_0_0, + MTCDP_E1_DK_1_0, + MT100EOCG_0_0, + MTR_0_0, + MTR_0_1, + MTRV1_0_0, + MTRV1_0_1, + MTCDT_0_0, + MTCDT_0_1, + MTCAP_0_0, + MTCAP_0_1, +}; enum { MTAC_NONE, |