summaryrefslogtreecommitdiffstats
path: root/simulator/include
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-02-15 20:38:39 -0700
committerEvan Lojewski <github@meklort.com>2019-02-15 20:38:39 -0700
commit073244cf2636970574332ebd86e1a9115984fa34 (patch)
tree9a51187484bda9c61f4787ccbce28c00caa1eb14 /simulator/include
parent9c494f21a7e9abad1526dcd845dbdd2aebb5dd7a (diff)
downloadbcm5719-ortega-073244cf2636970574332ebd86e1a9115984fa34.tar.gz
bcm5719-ortega-073244cf2636970574332ebd86e1a9115984fa34.zip
Move common simulator init code to HAL.cpp
Diffstat (limited to 'simulator/include')
-rw-r--r--simulator/include/HAL.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simulator/include/HAL.hpp b/simulator/include/HAL.hpp
index cca8b63..3cbc4da 100644
--- a/simulator/include/HAL.hpp
+++ b/simulator/include/HAL.hpp
@@ -49,6 +49,6 @@
#include <bcm5719_APE.h>
bool is_supported(uint16_t vendor_id, uint16_t device_id);
-void initHAL(const char* pci_path);
+bool initHAL(const char* pci_path);
#endif /* HAL_H */ \ No newline at end of file
OpenPOWER on IntegriCloud