X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fthreads%2Fswitch.h;h=07b805e963d67f642f26e714d91462ec43389a83;hb=6916b246f3be8c72d6e77fd98c4a1447fd2c1de7;hp=8a2974fcd999bafde09a9e46bfc274ad6dbde4dd;hpb=859a5d60ca3a5a78d88a7bfb69f9944a41535504;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 */