diff options
author | Harsh Sharma <harsh.sharma@multitech.com> | 2020-11-06 09:23:42 -0600 |
---|---|---|
committer | Harsh Sharma <harsh.sharma@multitech.com> | 2020-11-06 09:23:42 -0600 |
commit | f13e498b07f525c9e74e735761efc3150ab45224 (patch) | |
tree | e31cfe60901c4aff0263b074faa1f0299bebcd77 /include/General.h | |
parent | c730b023549d32899e2831ac6ca03ce91d34201a (diff) | |
download | mts-io-sysfs-f13e498b07f525c9e74e735761efc3150ab45224.tar.gz mts-io-sysfs-f13e498b07f525c9e74e735761efc3150ab45224.tar.bz2 mts-io-sysfs-f13e498b07f525c9e74e735761efc3150ab45224.zip |
Fixed spi path and fpga version functionality for mtcdt3
Diffstat (limited to 'include/General.h')
-rw-r--r-- | include/General.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/General.h b/include/General.h index 81f5a3d..c4ea4ca 100644 --- a/include/General.h +++ b/include/General.h @@ -50,6 +50,7 @@ typedef unsigned int uint; //32 bit - even on 64 bit machines #define FIRMWARE_DATE "Date" #define SYSFS_PLATFORM "/sys/devices/platform/mts-io/" +#define PRODUCT_ID_PATH "/sys/devices/platform/mts-io/product-id" #define LEDS_GPIO_DIR "/sys/devices/platform/leds-gpio/leds/" #define FIRMWARE_FILE "/etc/issue" |