fwupd/plugins/steelseries/fu-steelseries-sonic.h
Richard Hughes 7068233bf9 steelseries: Add FuSteelseriesDevice as a shared baseclass
This deduplicates a lot of code.
2022-05-22 10:43:34 +01:00

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)