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

#include "common/option.h"

typedef struct FFChassisOptions {
    FFModuleArgs moduleArgs;
} FFChassisOptions;

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