mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 12:12:48 +00:00
20 lines
522 B
C
20 lines
522 B
C
/*
|
|
* Copyright (C) 2021 Ricky Wu <ricky_wu@realtek.com> <spring1527@gmail.com>
|
|
* Copyright (C) 2021 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <fwupdplugin.h>
|
|
|
|
#include "fu-rts54hub-rtd21xx-device.h"
|
|
|
|
#define FU_TYPE_RTS54HUB_RTD21XX_FOREGROUND (fu_rts54hub_rtd21xx_foreground_get_type())
|
|
G_DECLARE_FINAL_TYPE(FuRts54hubRtd21xxForeground,
|
|
fu_rts54hub_rtd21xx_foreground,
|
|
FU,
|
|
RTS54HUB_RTD21XX_FOREGROUND,
|
|
FuRts54hubRtd21xxDevice)
|