Index: uspace/drv/intctl/apic/apic.h
===================================================================
--- uspace/drv/intctl/apic/apic.h	(revision b446b02d16cef27e33c81855d516b2f1a5ce70b2)
+++ uspace/drv/intctl/apic/apic.h	(revision c212a03937276f657ca068f79bcfbd68dd0cdb9d)
@@ -33,6 +33,6 @@
  */
 
-#ifndef ICP_IC_H_
-#define ICP_IC_H
+#ifndef APIC_H_
+#define APIC_H_
 
 #include <ddf/driver.h>
Index: uspace/drv/intctl/i8259/i8259.h
===================================================================
--- uspace/drv/intctl/i8259/i8259.h	(revision b446b02d16cef27e33c81855d516b2f1a5ce70b2)
+++ uspace/drv/intctl/i8259/i8259.h	(revision c212a03937276f657ca068f79bcfbd68dd0cdb9d)
@@ -33,6 +33,6 @@
  */
 
-#ifndef ICP_IC_H_
-#define ICP_IC_H
+#ifndef I8259_H_
+#define I8259_H_
 
 #include <ddf/driver.h>
Index: uspace/drv/intctl/icp-ic/icp-ic.h
===================================================================
--- uspace/drv/intctl/icp-ic/icp-ic.h	(revision b446b02d16cef27e33c81855d516b2f1a5ce70b2)
+++ uspace/drv/intctl/icp-ic/icp-ic.h	(revision c212a03937276f657ca068f79bcfbd68dd0cdb9d)
@@ -34,5 +34,5 @@
 
 #ifndef ICP_IC_H_
-#define ICP_IC_H
+#define ICP_IC_H_
 
 #include <ddf/driver.h>
