CFBDBootTuple¶
Module: Boot
#include <boot.h>
Public Attributes¶
| Name | |
|---|---|
| CFBD_BootStrapFunc | boot_func Pointer to the bootstrap function to invoke. |
| CFBD_BootArgs | args Opaque pointer passed to boot_func when invoked. |
Public Attributes Documentation¶
variable boot_func¶
Pointer to the bootstrap function to invoke.
Must conform to the CFBD_BootStrapFunc contract: accept a CFBD_BootArgs and return CFBD_Bool.
variable args¶
Opaque pointer passed to boot_func when invoked.
Interpretation of this pointer is implementation-defined and must match what the boot_func expects.
Updated on 2026-02-03 at 13:21:55 +0000