mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-02 00:37:35 +00:00
18 lines
366 B
C
18 lines
366 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);
|