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

#include "common/option.h"

typedef struct FFOSOptions {
    FFModuleArgs moduleArgs;
} FFOSOptions;

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