summaryrefslogtreecommitdiff
path: root/arch/x86/machine/tcb.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2018-04-14 21:01:01 +0200
committerRichard Braun <rbraun@sceen.net>2018-04-14 21:01:01 +0200
commit4033816a7ce4a24230f462b5c22183c1b45e24df (patch)
treed49d4e90a001d45a2e96d5ec0a00376bc81df501 /arch/x86/machine/tcb.h
parent8088131a4e0165938593577a9cfa87de7ffd22bc (diff)
Fix left-over reserved identifiers
For some reason, commit be5b9d6ab9f7e7a81c367e4bb0823ba11f85940f didn't take care of all reserved identifiers.
Diffstat (limited to 'arch/x86/machine/tcb.h')
-rw-r--r--arch/x86/machine/tcb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/machine/tcb.h b/arch/x86/machine/tcb.h
index 2e9493d..fb782ab 100644
--- a/arch/x86/machine/tcb.h
+++ b/arch/x86/machine/tcb.h
@@ -18,8 +18,8 @@
* Thread control block.
*/
-#ifndef _X86_TCB_H
-#define _X86_TCB_H
+#ifndef X86_TCB_H
+#define X86_TCB_H
#include <assert.h>
#include <stdint.h>
@@ -125,4 +125,4 @@ void tcb_trace(const struct tcb *tcb);
*/
INIT_OP_DECLARE(tcb_setup);
-#endif /* _X86_TCB_H */
+#endif /* X86_TCB_H */