kernel: x86_64: add machine init function called by kernel_init

This commit is contained in:
2023-02-03 20:24:27 +00:00
parent dba6269fcb
commit c65f034e0e
3 changed files with 17 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
#include <stdint.h>
extern int machine_init(uintptr_t arg);
extern int ml_init(uintptr_t arg);
#endif