mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-17 22:24:21 +00:00
13 lines
299 B
C
13 lines
299 B
C
/*
|
|
* Copyright (C) 2020 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "fu-hid-device.h"
|
|
|
|
#define FU_TYPE_EP963X_DEVICE (fu_ep963x_device_get_type ())
|
|
G_DECLARE_FINAL_TYPE (FuEp963xDevice, fu_ep963x_device, FU, EP963X_DEVICE, FuHidDevice)
|