git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix errors in slides
[lunaix-os.git]
/
lunaix-os
/
includes
/
hal
/
apic.h
diff --git
a/lunaix-os/includes/hal/apic.h
b/lunaix-os/includes/hal/apic.h
index 851e75eab2916051ba486a5e4faf190e90fe646a..f4ab92c1378050073aed9656b02c76eddf3f2f8a 100644
(file)
--- a/
lunaix-os/includes/hal/apic.h
+++ b/
lunaix-os/includes/hal/apic.h
@@
-67,7
+67,7
@@
#define apic_write_reg(reg, val) (*(uint32_t*)(APIC_BASE_VADDR + (reg)) = (val))
void
-
init_apic
();
+
apic_init
();
/**
* @brief Tell the APIC that the handler for current interrupt is finished.