mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-26 18:40:10 +00:00
20 lines
428 B
C
20 lines
428 B
C
/*
|
|
* Copyright (C) 2021 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <fwupdplugin.h>
|
|
|
|
#define FU_TYPE_ACPI_PHAT_VERSION_RECORD (fu_acpi_phat_version_record_get_type())
|
|
G_DECLARE_FINAL_TYPE(FuAcpiPhatVersionRecord,
|
|
fu_acpi_phat_version_record,
|
|
FU,
|
|
ACPI_PHAT_VERSION_RECORD,
|
|
FuFirmware)
|
|
|
|
FuFirmware *
|
|
fu_acpi_phat_version_record_new(void);
|