mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-22 10:31:58 +00:00
15 lines
410 B
C
15 lines
410 B
C
/*
|
|
* Copyright (C) 2020 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "fu-plugin.h"
|
|
|
|
#define FU_TYPE_BCM57XX_RECOVERY_DEVICE (fu_bcm57xx_recovery_device_get_type ())
|
|
G_DECLARE_FINAL_TYPE (FuBcm57xxRecoveryDevice, fu_bcm57xx_recovery_device, FU, BCM57XX_RECOVERY_DEVICE, FuUdevDevice)
|
|
|
|
FuBcm57xxRecoveryDevice *fu_bcm57xx_recovery_device_new (void);
|