fwupd/plugins/realtek-mst/fu-realtek-mst-device.h
2021-08-24 11:18:40 -05:00

13 lines
322 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)