X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fthreads%2Fswitch.h;h=07b805e963d67f642f26e714d91462ec43389a83;hb=c4b619c23029e05041fd35d523ec7f4bcd6d6e13;hp=8a2974fcd999bafde09a9e46bfc274ad6dbde4dd;hpb=44d0fa6a2b24a84e5eb0d54959ed91c1d4f15343;p=pintos-anon diff --git a/src/threads/switch.h b/src/threads/switch.h index 8a2974f..07b805e 100644 --- a/src/threads/switch.h +++ b/src/threads/switch.h @@ -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 */