summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHarsh Sharma <harsh.sharma@multitech.com>2020-02-26 12:24:26 -0600
committerHarsh Sharma <harsh.sharma@multitech.com>2020-02-26 12:24:26 -0600
commit8d8091774f9292742284f0c5748c4bce8803e1d1 (patch)
treee8178bb2b538b24b298eef64478c6391237ec2a0 /include
parent6516d0bbfc4217e3f1204ce07334e709e91b7bb6 (diff)
downloadmts-io-sysfs-8d8091774f9292742284f0c5748c4bce8803e1d1.tar.gz
mts-io-sysfs-8d8091774f9292742284f0c5748c4bce8803e1d1.tar.bz2
mts-io-sysfs-8d8091774f9292742284f0c5748c4bce8803e1d1.zip
Added macAddress2
Diffstat (limited to 'include')
-rw-r--r--include/Device/Device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Device/Device.h b/include/Device/Device.h
index db45316..3bea375 100644
--- a/include/Device/Device.h
+++ b/include/Device/Device.h
@@ -93,6 +93,7 @@ class Device {
void json();
void mapFileToCapability();
void mapFirmware();
+ void mapMacAddress2();
void printDir(const std::string dir_name, std::vector<std::string> &results);
void printJson();
void printVersion (std::string name);