summaryrefslogtreecommitdiff
path: root/io-module/mts_io.h
diff options
context:
space:
mode:
authorMike Fiore <mfiore@multitech.com>2014-09-10 11:55:38 -0500
committerMike Fiore <mfiore@multitech.com>2014-09-10 11:55:38 -0500
commit24c012065ca7a764e1e51a9cfc4422d649cd2851 (patch)
treec97fbd1a61dc6f58ed1784f0299100746148d3bd /io-module/mts_io.h
parent64d8ebafbf55fa4a4547184bfbdc73ad43eb6a4c (diff)
downloadmts-io-24c012065ca7a764e1e51a9cfc4422d649cd2851.tar.gz
mts-io-24c012065ca7a764e1e51a9cfc4422d649cd2851.tar.bz2
mts-io-24c012065ca7a764e1e51a9cfc4422d649cd2851.zip
rename all "mtdc_*" variables to "mtac_*"
Diffstat (limited to 'io-module/mts_io.h')
-rw-r--r--io-module/mts_io.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h
index c76471c..b91423e 100644
--- a/io-module/mts_io.h
+++ b/io-module/mts_io.h
@@ -48,9 +48,9 @@ struct device_attribute _dev_name = { \
#define PRODUCT_ID_MTOCGD "MTOCGD"
#define PRODUCT_ID_MTR2D2 "MTR2D2"
-#define PRODUCT_ID_MTDC_GPIOB "MTDC-GPIOB"
+#define PRODUCT_ID_MTAC_GPIOB "MTAC-GPIOB"
#define PRODUCT_ID_MTAC_MFSER "MTAC-MFSER"
-#define PRODUCT_ID_MTDC_ETH "MTDC-ETH"
+#define PRODUCT_ID_MTAC_ETH "MTAC-ETH"
#define HW_VERSION_MTCBA2_2_0 "MTCBA2-2.0"
#define HW_VERSION_MTCDP_0_0 "MTCDP-0.0"
@@ -78,8 +78,8 @@ enum {
};
enum {
- MTDC_NONE,
- MTDC_GPIOB_0_0,
+ MTAC_NONE,
+ MTAC_GPIOB_0_0,
MTAC_MFSER_0_0,
};