mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-24 17:32:09 +00:00
20 lines
427 B
C
20 lines
427 B
C
/*
|
|
* Copyright (C) 2021 Gaël PORTAY <gael.portay@collabora.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <fwupdplugin.h>
|
|
|
|
#define FU_TYPE_GENESYS_USBHUB_FIRMWARE (fu_genesys_usbhub_firmware_get_type())
|
|
G_DECLARE_FINAL_TYPE(FuGenesysUsbhubFirmware,
|
|
fu_genesys_usbhub_firmware,
|
|
FU,
|
|
GENESYS_USBHUB_FIRMWARE,
|
|
FuFirmware)
|
|
|
|
FuFirmware *
|
|
fu_genesys_usbhub_firmware_new(void);
|