mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-06 04:12:25 +00:00
13 lines
282 B
C
13 lines
282 B
C
/*
|
|
* Copyright (C) 2022 Haowei Lo <haowei.lo@fingerprints.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <fwupdplugin.h>
|
|
|
|
#define FU_TYPE_FPC_DEVICE (fu_fpc_device_get_type())
|
|
G_DECLARE_FINAL_TYPE(FuFpcDevice, fu_fpc_device, FU, FPC_DEVICE, FuUsbDevice)
|