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

#include "common/option.h"

typedef struct FFTPMOptions {
    FFModuleArgs moduleArgs;
} FFTPMOptions;

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