#pragma once #include "fastfetch.h" #include "modules/bootmgr/option.h" typedef struct FFBootmgrResult { FFstrbuf name; FFstrbuf firmware; uint16_t order; bool secureBoot; } FFBootmgrResult; const char* ffDetectBootmgr(FFBootmgrResult* bios);