Fix up header guards.
[pintos-anon] / src / threads / io.h
index b6d1e4ba2afc46869ad3687bcbc4831199c68d83..a3889c205f677532188f556be3af9c8f79dc0de2 100644 (file)
@@ -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 <stddef.h>
 #include <stdint.h>
@@ -158,4 +158,4 @@ outsl (uint16_t port, const void *addr, size_t cnt)
                 : "cc");
 }
 
-#endif /* io.h */
+#endif /* threads/io.h */