ArvernOS
|
#include <stdint.h>
Typedefs | |
typedef int(* | initcall_t) () |
Initcall functions are loaded after the architecture-specific code initialization in kmain_start()
and after the essential modules, including:
typedef int(* initcall_t) () |
This type defines an initcall function, which is a function automatically called when the kernel is started. Use initcall_*_register()
helper functions to register them.