mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-02 15:57:14 +00:00
15 lines
383 B
C
15 lines
383 B
C
/*
|
|
* Copyright (C) 2020 Jimmy Yu <Jimmy_yu@pixart.com>
|
|
* Copyright (C) 2021 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "fu-pxi-common.h"
|
|
|
|
#define FU_TYPE_PXI_RECEIVER_DEVICE (fu_pxi_receiver_device_get_type ())
|
|
|
|
G_DECLARE_FINAL_TYPE (FuPxiReceiverDevice, fu_pxi_receiver_device, FU, PXI_RECEIVER_DEVICE, FuUdevDevice)
|