mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-08 13:43:09 +00:00
15 lines
340 B
C
15 lines
340 B
C
/*
|
|
* Copyright (C) 2021 Peter Marheine <pmarheine@chromium.org>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <fwupdplugin.h>
|
|
|
|
#define FU_TYPE_REALTEK_MST_DEVICE (fu_realtek_mst_device_get_type ())
|
|
G_DECLARE_FINAL_TYPE (FuRealtekMstDevice,
|
|
fu_realtek_mst_device, FU,
|
|
REALTEK_MST_DEVICE, FuI2cDevice)
|