/* * @author xamidev * @brief Boot routines * @license GPL-3.0-only */ #ifndef BOOT_H #define BOOT_H #include void populate_boot_context(struct boot_context* boot_ctx); #endif