diff options
author | Mike Fiore <mfiore@multitech.com> | 2014-09-25 15:52:29 -0500 |
---|---|---|
committer | Mike Fiore <mfiore@multitech.com> | 2014-09-25 15:52:29 -0500 |
commit | 8f1a0efb9e68a955544bce4bbc9dec6e4cb57f61 (patch) | |
tree | 086040622992cff66e83ee7ff98eea8ef5c71ea2 /io-module/mts_io.h | |
parent | c83b0cf41999478d31c86fb50740d1fdf0fbb003 (diff) | |
download | mts-io-8f1a0efb9e68a955544bce4bbc9dec6e4cb57f61.tar.gz mts-io-8f1a0efb9e68a955544bce4bbc9dec6e4cb57f61.tar.bz2 mts-io-8f1a0efb9e68a955544bce4bbc9dec6e4cb57f61.zip |
mts-io: add accessory card eeprom contents as read-only sysfs attribtues
Diffstat (limited to 'io-module/mts_io.h')
-rw-r--r-- | io-module/mts_io.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io-module/mts_io.h b/io-module/mts_io.h index 2aedd3e..44fb03c 100644 --- a/io-module/mts_io.h +++ b/io-module/mts_io.h @@ -81,6 +81,7 @@ enum { MTAC_NONE, MTAC_GPIOB_0_0, MTAC_MFSER_0_0, + MTAC_ETH_0_0, }; // GPIO pin types:input, output, open drain (1 = high Z, 0 = output low) |