summaryrefslogtreecommitdiff
path: root/kernel/x86.h
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-09-01 13:26:52 +0200
committerMichal Idziorek <m.i@gmx.at>2014-09-01 13:26:52 +0200
commit347ee926fd09d7fb45025f2c4e4a4eeab83459c9 (patch)
tree8d082bcaebe7579fe4fa73dd6eead7c00bb051fd /kernel/x86.h
parenta9682cac5f14f8d04c87d206cf1d8367e77a61e1 (diff)
Added kernel_entry for APs
Diffstat (limited to 'kernel/x86.h')
-rw-r--r--kernel/x86.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/x86.h b/kernel/x86.h
index 3233124..434c28c 100644
--- a/kernel/x86.h
+++ b/kernel/x86.h
@@ -18,5 +18,6 @@ void x86_outl(int port, uint32_t data);
uint32_t x86_inl(int port);
void x86_set_pdbr(uint32_t addr);
void x86_paging_enable();
+void x86_flush_tlb(void* m);
#endif