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

#include "common/option.h"

typedef struct FFBootmgrOptions {
    FFModuleArgs moduleArgs;
} FFBootmgrOptions;

static_assert(sizeof(FFBootmgrOptions) <= FF_OPTION_MAX_SIZE, "FFBootmgrOptions size exceeds maximum allowed size");