summaryrefslogtreecommitdiffstats
path: root/simulator/include
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-06-22 18:01:29 -0600
committerEvan Lojewski <github@meklort.com>2019-06-22 18:01:29 -0600
commitb4668768e1281ad943cc04deca0bd5feabd3b448 (patch)
tree56f6e0c72b4ad3ec0eed2095e3441b2432c8720a /simulator/include
parenta8dbe49f6c799f213d68b013c7961c591e019f03 (diff)
downloadbcm5719-ortega-b4668768e1281ad943cc04deca0bd5feabd3b448.tar.gz
bcm5719-ortega-b4668768e1281ad943cc04deca0bd5feabd3b448.zip
Add a simple printf implimentation to the APE firmware.
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