mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-02 09:24:30 +00:00

Based on a patch by Ilias Apalodimas <ilias.apalodimas@linaro.org>, many thanks. Fixes https://github.com/fwupd/fwupd/issues/2900
19 lines
379 B
C
19 lines
379 B
C
/*
|
|
* Copyright (C) 2021 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <fwupdplugin.h>
|
|
|
|
#include "fu-uefi-backend.h"
|
|
|
|
#define FU_TYPE_UEFI_BACKEND_LINUX (fu_uefi_backend_linux_get_type())
|
|
G_DECLARE_FINAL_TYPE(FuUefiBackendLinux,
|
|
fu_uefi_backend_linux,
|
|
FU,
|
|
UEFI_BACKEND_LINUX,
|
|
FuUefiBackend)
|