diff options
Diffstat (limited to 'src/core/apic.hpp')
| -rw-r--r-- | src/core/apic.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/apic.hpp b/src/core/apic.hpp index 1446edd..c64c509 100644 --- a/src/core/apic.hpp +++ b/src/core/apic.hpp @@ -3,4 +3,7 @@ #include "boucane.hpp" -void apic_enable();
\ No newline at end of file + +void apic_enable(); +void apic_write(u32 reg, u32 value); +u32 apic_read(u32 reg);
\ No newline at end of file |
