summaryrefslogtreecommitdiffstats
path: root/src/modules/bluetoothradio/option.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/bluetoothradio/option.h')
-rw-r--r--src/modules/bluetoothradio/option.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/modules/bluetoothradio/option.h b/src/modules/bluetoothradio/option.h
new file mode 100644
index 0000000..579e899
--- /dev/null
+++ b/src/modules/bluetoothradio/option.h
@@ -0,0 +1,10 @@
+#pragma once
+
+#include "common/option.h"
+#include "common/percent.h"
+
+typedef struct FFBluetoothRadioOptions {
+ FFModuleArgs moduleArgs;
+} FFBluetoothRadioOptions;
+
+static_assert(sizeof(FFBluetoothRadioOptions) <= FF_OPTION_MAX_SIZE, "FFBluetoothRadioOptions size exceeds maximum allowed size");