fwupd/plugins/wacom-usb/fu-wac-module-bluetooth.h
2021-09-08 12:08:33 +01:00

20 lines
447 B
C

/*
* Copyright (C) 2018 Richard Hughes <richard@hughsie.com>
*
* SPDX-License-Identifier: LGPL-2.1+
*/
#pragma once
#include "fu-wac-module.h"
#define FU_TYPE_WAC_MODULE_BLUETOOTH (fu_wac_module_bluetooth_get_type())
G_DECLARE_FINAL_TYPE(FuWacModuleBluetooth,
fu_wac_module_bluetooth,
FU,
WAC_MODULE_BLUETOOTH,
FuWacModule)
FuWacModule *
fu_wac_module_bluetooth_new(FuContext *context, GUsbDevice *usb_device);