init: Move all init into init.c from start_kernel.c
This commit is contained in:
@ -18,6 +18,8 @@
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include <framebuffer.h>
|
||||
|
||||
#ifndef CONSOLE_H
|
||||
#define CONSOLE_H
|
||||
|
||||
|
@ -18,9 +18,6 @@
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
void init_earlyinitcalls();
|
||||
void init_initcalls();
|
||||
|
||||
struct initcall_func {
|
||||
void (*fptr)();
|
||||
};
|
||||
|
Reference in New Issue
Block a user