mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-03 05:09:18 +00:00
17 lines
375 B
C
17 lines
375 B
C
/*
|
|
* Copyright (C) 2021 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <fwupdplugin.h>
|
|
|
|
gboolean fu_efi_firmware_parse_sections (FuFirmware *firmware,
|
|
GBytes *fw,
|
|
FwupdInstallFlags flags,
|
|
GError **error);
|
|
GBytes *fu_efi_firmware_decompress_lzma (GBytes *blob,
|
|
GError **error);
|