Fix up header guards.
[pintos-anon] / src / threads / switch.h
index 8a2974fcd999bafde09a9e46bfc274ad6dbde4dd..07b805e963d67f642f26e714d91462ec43389a83 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef HEADER_SWITCH_H
-#define HEADER_SWITCH_H 1
+#ifndef THREADS_SWITCH_H
+#define THREADS_SWITCH_H
 
 #ifndef __ASSEMBLER__
 /* switch_thread()'s stack frame. */
@@ -35,4 +35,4 @@ void switch_thunk (void);
 #define SWITCH_CUR      20
 #define SWITCH_NEXT     24
 
-#endif /* switch.h */
+#endif /* threads/switch.h */