diff options
Diffstat (limited to 'io-module/mts_io.h')
-rw-r--r-- | io-module/mts_io.h | 2 |
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) |