fix errors in slides
[lunaix-os.git] / lunaix-os / includes / hal / apic.h
index 851e75eab2916051ba486a5e4faf190e90fe646a..f4ab92c1378050073aed9656b02c76eddf3f2f8a 100644 (file)
@@ -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.