X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdevices%2Ftimer.h;fp=src%2Fdevices%2Ftimer.h;h=ba736d2a28d6d7e23c9ce41d4da06006f2877554;hb=6916b246f3be8c72d6e77fd98c4a1447fd2c1de7;hp=33fdaec3ce90e45ff6d83a90831201ddfa170dcf;hpb=859a5d60ca3a5a78d88a7bfb69f9944a41535504;p=pintos-anon diff --git a/src/devices/timer.h b/src/devices/timer.h index 33fdaec..ba736d2 100644 --- a/src/devices/timer.h +++ b/src/devices/timer.h @@ -1,5 +1,5 @@ -#ifndef HEADER_TIMER_H -#define HEADER_TIMER_H 1 +#ifndef DEVICES_TIMER_H +#define DEVICES_TIMER_H #include @@ -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 */