aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/src/hw/hw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/src/hw/hw.h')
-rw-r--r--src/core/src/hw/hw.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/src/hw/hw.h b/src/core/src/hw/hw.h
index dacad492..c69d6525 100644
--- a/src/core/src/hw/hw.h
+++ b/src/core/src/hw/hw.h
@@ -32,4 +32,10 @@ inline void Read(T &var, const u32 addr);
template <typename T>
inline void Write(u32 addr, const T data);
+/// Initialize hardware
+void Init();
+
+/// Shutdown hardware
+void Shutdown();
+
} // namespace