mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-24 09:51:10 +00:00
13 lines
312 B
C
13 lines
312 B
C
/*
|
|
* Copyright (C) 2021, TUXEDO Computers GmbH
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "fu-superio-device.h"
|
|
|
|
#define FU_TYPE_EC_IT55_DEVICE (fu_superio_it55_device_get_type ())
|
|
G_DECLARE_FINAL_TYPE (FuEcIt55Device, fu_superio_it55_device, FU, SUPERIO_IT55_DEVICE, FuSuperioDevice)
|