summaryrefslogtreecommitdiff
path: root/kern/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/init.h')
-rw-r--r--kern/init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/init.h b/kern/init.h
index 6f33edc8..62fecf40 100644
--- a/kern/init.h
+++ b/kern/init.h
@@ -36,7 +36,7 @@
* Boundaries of the .init section.
*/
extern char _init;
-extern char _einit;
+extern char _init_end;
#endif /* __ASSEMBLER__ */