mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-12 05:03:24 +00:00
17 lines
510 B
C
17 lines
510 B
C
/*
|
|
* Copyright (C) 2018 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "fu-plugin.h"
|
|
|
|
#define FU_TYPE_SYNAPTICSMST_DEVICE (fu_synapticsmst_device_get_type ())
|
|
G_DECLARE_FINAL_TYPE (FuSynapticsmstDevice, fu_synapticsmst_device, FU, SYNAPTICSMST_DEVICE, FuUdevDevice)
|
|
|
|
FuSynapticsmstDevice *fu_synapticsmst_device_new (FuUdevDevice *device);
|
|
void fu_synapticsmst_device_set_system_type (FuSynapticsmstDevice *self,
|
|
const gchar *system_type);
|