fwupd/plugins/rts54hub/fu-rts54hub-device.h
2019-02-09 08:42:30 -06:00

19 lines
400 B
C

/*
* Copyright (C) 2018 Richard Hughes <richard@hughsie.com>
*
* SPDX-License-Identifier: LGPL-2.1+
*/
#pragma once
#include "fu-plugin.h"
G_BEGIN_DECLS
#define FU_TYPE_RTS54HUB_DEVICE (fu_rts54hub_device_get_type ())
G_DECLARE_FINAL_TYPE (FuRts54HubDevice, fu_rts54hub_device, FU, RTS54HUB_DEVICE, FuUsbDevice)
FuRts54HubDevice *fu_rts54hub_device_new (FuUsbDevice *device);
G_END_DECLS