X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fthreads%2Fio.h;h=a3889c205f677532188f556be3af9c8f79dc0de2;hb=6916b246f3be8c72d6e77fd98c4a1447fd2c1de7;hp=b6d1e4ba2afc46869ad3687bcbc4831199c68d83;hpb=859a5d60ca3a5a78d88a7bfb69f9944a41535504;p=pintos-anon diff --git a/src/threads/io.h b/src/threads/io.h index b6d1e4b..a3889c2 100644 --- a/src/threads/io.h +++ b/src/threads/io.h @@ -38,8 +38,8 @@ * the copyright notices, if any, listed below. */ -#ifndef HEADER_IO_H -#define HEADER_IO_H 1 +#ifndef THREADS_IO_H +#define THREADS_IO_H #include #include @@ -158,4 +158,4 @@ outsl (uint16_t port, const void *addr, size_t cnt) : "cc"); } -#endif /* io.h */ +#endif /* threads/io.h */