summaryrefslogtreecommitdiffstats
path: root/simulator/include
diff options
context:
space:
mode:
Diffstat (limited to 'simulator/include')
-rw-r--r--simulator/include/HAL.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/simulator/include/HAL.hpp b/simulator/include/HAL.hpp
index 602c55b..198b782 100644
--- a/simulator/include/HAL.hpp
+++ b/simulator/include/HAL.hpp
@@ -51,4 +51,7 @@
bool is_supported(uint16_t vendor_id, uint16_t device_id);
bool initHAL(const char* pci_path, int wanted_function = 0);
+extern uint8_t *gDEVICEBase;
+extern uint8_t *gAPEBase;
+
#endif /* HAL_H */ \ No newline at end of file
OpenPOWER on IntegriCloud