summaryrefslogtreecommitdiff
path: root/kern/task.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/task.h')
-rw-r--r--kern/task.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kern/task.h b/kern/task.h
index 4d9142ce..5355c47c 100644
--- a/kern/task.h
+++ b/kern/task.h
@@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _KERN_TASK_H
-#define _KERN_TASK_H
+#ifndef KERN_TASK_H
+#define KERN_TASK_H
#include <kern/atomic.h>
#include <kern/init.h>
@@ -125,4 +125,4 @@ void task_info(struct task *task);
*/
INIT_OP_DECLARE(task_setup);
-#endif /* _KERN_TASK_H */
+#endif /* KERN_TASK_H */