summaryrefslogtreecommitdiff
path: root/src/cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu.h')
-rw-r--r--src/cpu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cpu.h b/src/cpu.h
index 0445a00..2bc2645 100644
--- a/src/cpu.h
+++ b/src/cpu.h
@@ -23,8 +23,8 @@
* http://git.sceen.net/rbraun/librbraun.git/
*/
-#ifndef _CPU_H
-#define _CPU_H
+#ifndef CPU_H
+#define CPU_H
#include <sched.h>
@@ -81,4 +81,4 @@ cpu_id(void)
#endif
}
-#endif /* _CPU_H */
+#endif /* CPU_H */