diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-05-01 11:37:52 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-05-01 11:37:52 +0200 |
| commit | 4f08ba2b1d0ad7ea90d4d97a483b56b891b9c902 (patch) | |
| tree | eeba5dd2a23a346234a1ceb6d6c7b135a7344af3 /src/core/apic.hpp | |
| parent | fb69c7b05894cee2b8bb691ead948798a0674059 (diff) | |
Creating scheduler, debug paging
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 |
