Fix up header guards.
[pintos-anon] / src / devices / timer.h
index 33fdaec3ce90e45ff6d83a90831201ddfa170dcf..ba736d2a28d6d7e23c9ce41d4da06006f2877554 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef HEADER_TIMER_H
-#define HEADER_TIMER_H 1
+#ifndef DEVICES_TIMER_H
+#define DEVICES_TIMER_H
 
 #include <stdint.h>
 
@@ -13,4 +13,4 @@ void timer_msleep (int64_t ms);
 void timer_usleep (int64_t us);
 void timer_nsleep (int64_t ns);
 
-#endif /* timer.h */
+#endif /* devices/timer.h */