summaryrefslogtreecommitdiff
path: root/include/Fpga/Fpga.h
diff options
context:
space:
mode:
authorHarsh Sharma <harsh.sharma@multitech.com>2022-03-16 12:35:57 -0500
committerJohn Klug <john.klug@multitech.com>2022-03-16 16:36:00 -0500
commit4b5fcfa39cd840418d2316209a7f67f239d3aa28 (patch)
treefc1c3ba6845f984717319aed8516a9e90ed6a4b0 /include/Fpga/Fpga.h
parent17e3209a015e2f23b655b860917a1d2dffcd6040 (diff)
downloadmts-io-sysfs-4b5fcfa39cd840418d2316209a7f67f239d3aa28.tar.gz
mts-io-sysfs-4b5fcfa39cd840418d2316209a7f67f239d3aa28.tar.bz2
mts-io-sysfs-4b5fcfa39cd840418d2316209a7f67f239d3aa28.zip
Fixed fpga loader
Diffstat (limited to 'include/Fpga/Fpga.h')
-rw-r--r--include/Fpga/Fpga.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Fpga/Fpga.h b/include/Fpga/Fpga.h
index 986a269..3ed672a 100644
--- a/include/Fpga/Fpga.h
+++ b/include/Fpga/Fpga.h
@@ -68,6 +68,7 @@ class Mtac15Fpga {
Mtac15Fpga(std::string path);
int getFpgaVersion();
int FpgaVersion();
+ void printFpgaVersion();
int upgradeFpga();
};