mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
12 lines
282 B
C
12 lines
282 B
C
#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;
|