summaryrefslogtreecommitdiffstats
path: root/src/modules/bluetooth/bluetooth.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/bluetooth/bluetooth.h')
-rw-r--r--src/modules/bluetooth/bluetooth.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/modules/bluetooth/bluetooth.h b/src/modules/bluetooth/bluetooth.h
new file mode 100644
index 0000000..d9aa059
--- /dev/null
+++ b/src/modules/bluetooth/bluetooth.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#include "option.h"
+
+#define FF_BLUETOOTH_MODULE_NAME "Bluetooth"
+
+bool ffPrintBluetooth(FFBluetoothOptions* options);
+void ffInitBluetoothOptions(FFBluetoothOptions* options);
+void ffDestroyBluetoothOptions(FFBluetoothOptions* options);
+
+extern FFModuleBaseInfo ffBluetoothModuleInfo;