mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-02 18:57:26 +00:00
17 lines
362 B
C
17 lines
362 B
C
/*
|
|
* Copyright (C) 2018 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "fu-superio-device.h"
|
|
|
|
#define FU_TYPE_SUPERIO_IT89_DEVICE (fu_superio_it89_device_get_type())
|
|
G_DECLARE_FINAL_TYPE(FuSuperioIt89Device,
|
|
fu_superio_it89_device,
|
|
FU,
|
|
SUPERIO_IT89_DEVICE,
|
|
FuSuperioDevice)
|