fwupd/plugins/intel-spi/fu-efi-firmware-common.h
Richard Hughes 276baf12f9 trivial: Rename spi to intel-spi as it's all Intel specific
If we need to export the EFI symbols into libfwupdplugin for other plugins we
can do that when we need them.
2021-03-20 12:24:27 +00:00

17 lines
373 B
C

/*
* Copyright (C) 2021 Richard Hughes <richard@hughsie.com>
*
* SPDX-License-Identifier: LGPL-2.1+
*/
#pragma once
#include "fu-firmware.h"
gboolean fu_efi_firmware_parse_sections (FuFirmware *firmware,
GBytes *fw,
FwupdInstallFlags flags,
GError **error);
GBytes *fu_efi_firmware_decompress_lzma (GBytes *fw,
GError **error);