summaryrefslogtreecommitdiffstats
path: root/src/detection/bootmgr/bootmgr.h
blob: 055b0ee510b5bfb3d120444453f27d91791c47a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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);