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

#include "common/option.h"

typedef struct FFInitSystemOptions {
    FFModuleArgs moduleArgs;
} FFInitSystemOptions;

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