mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-03 03:56:30 +00:00
19 lines
391 B
C
19 lines
391 B
C
/*
|
|
* Copyright (C) 2022 Gaël PORTAY <gael.portay@collabora.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <fwupdplugin.h>
|
|
|
|
#include "fu-steelseries-device.h"
|
|
|
|
#define FU_TYPE_STEELSERIES_SONIC (fu_steelseries_sonic_get_type())
|
|
G_DECLARE_FINAL_TYPE(FuSteelseriesSonic,
|
|
fu_steelseries_sonic,
|
|
FU,
|
|
STEELSERIES_SONIC,
|
|
FuSteelseriesDevice)
|