diff options
Diffstat (limited to 'src/core/hw/hw.h')
| -rw-r--r-- | src/core/hw/hw.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hw/hw.h b/src/core/hw/hw.h index 92e9304ca..1055ed94f 100644 --- a/src/core/hw/hw.h +++ b/src/core/hw/hw.h | |||
| @@ -9,10 +9,10 @@ | |||
| 9 | namespace HW { | 9 | namespace HW { |
| 10 | 10 | ||
| 11 | template <typename T> | 11 | template <typename T> |
| 12 | inline void Read(T &var, const u32 addr); | 12 | void Read(T &var, const u32 addr); |
| 13 | 13 | ||
| 14 | template <typename T> | 14 | template <typename T> |
| 15 | inline void Write(u32 addr, const T data); | 15 | void Write(u32 addr, const T data); |
| 16 | 16 | ||
| 17 | /// Update hardware | 17 | /// Update hardware |
| 18 | void Update(); | 18 | void Update(); |