fwupd/plugins/realtek-mst/fu-realtek-mst-device.h
2021-06-28 10:09:52 +01:00

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)