X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fthreads%2Fintr-stubs.h;h=116b637e3cd0b7560f4a5d3dae57b475f80ba0db;hb=9d6ad9a479ddae9628dc2d45862f9281986c430b;hp=3f2db7e1870d5d0401ef63dd821b73b878a34804;hpb=beddf03109baecfdda77c6e4478ac975e49faf73;p=pintos-anon diff --git a/src/threads/intr-stubs.h b/src/threads/intr-stubs.h index 3f2db7e..116b637 100644 --- a/src/threads/intr-stubs.h +++ b/src/threads/intr-stubs.h @@ -1,5 +1,5 @@ -#ifndef HEADER_INTR_STUBS_H -#define HEADER_INTR_STUBS_H +#ifndef THREADS_INTR_STUBS_H +#define THREADS_INTR_STUBS_H /* Interrupt stubs. @@ -17,4 +17,4 @@ extern intr_stub_func *intr_stubs[256]; /* Interrupt return path. */ void intr_exit (void); -#endif /* intr-stubs.h */ +#endif /* threads/intr-stubs.h */