diff options
Diffstat (limited to 'kern/init.h')
-rw-r--r-- | kern/init.h | 2 |
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__ */ |