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

#include "common/option.h"

typedef struct FFKernelOptions {
    FFModuleArgs moduleArgs;
} FFKernelOptions;

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