summaryrefslogtreecommitdiff
path: root/src/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread.h')
-rw-r--r--src/thread.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/thread.h b/src/thread.h
index 78f87da..61c802e 100644
--- a/src/thread.h
+++ b/src/thread.h
@@ -80,8 +80,8 @@
* preemption enabled during the critical section.
*/
-#ifndef _THREAD_H
-#define _THREAD_H
+#ifndef THREAD_H
+#define THREAD_H
#include <stdbool.h>
#include <stddef.h>
@@ -323,4 +323,4 @@ void thread_report_tick(void);
*/
void thread_enable_scheduler(void) __attribute__((noreturn));
-#endif /* _THREAD_H */
+#endif /* THREAD_H */