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

17 lines
372 B
C

/*
* Copyright (C) 2021 Richard Hughes <richard@hughsie.com>
*
* SPDX-License-Identifier: LGPL-2.1+
*/
#pragma once
#include "fu-redfish-device.h"
#define FU_TYPE_REDFISH_LEGACY_DEVICE (fu_redfish_legacy_device_get_type())
G_DECLARE_FINAL_TYPE(FuRedfishLegacyDevice,
fu_redfish_legacy_device,
FU,
REDFISH_LEGACY_DEVICE,
FuRedfishDevice)