summaryrefslogtreecommitdiffstats
path: root/src/modules/bootmgr/bootmgr.h
blob: 4f6a2bac2518fd0de96c79cf266aedd8cbd02efe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "option.h"

#define FF_BOOTMGR_MODULE_NAME "Bootmgr"

bool ffPrintBootmgr(FFBootmgrOptions* options);
void ffInitBootmgrOptions(FFBootmgrOptions* options);
void ffDestroyBootmgrOptions(FFBootmgrOptions* options);

extern FFModuleBaseInfo ffBootmgrModuleInfo;