#ifndef MANGO_BSP_H_ #define MANGO_BSP_H_ #include #include #include #include #include extern void bsp_set_location(const struct boot_module *mod); extern void bsp_get_location(struct boot_module *out); #endif