fwupd/plugins/uefi-dbx/fu-uefi-dbx-device.h
Richard Hughes 01d5779597 uefi-dbx: Allow updating the dbx using the LVFS
The GUID is built using the SHA256 of the certificates in the KEK.
2020-08-14 13:22:53 +01:00

15 lines
352 B
C

/*
* Copyright (C) 2020 Richard Hughes <richard@hughsie.com>
*
* SPDX-License-Identifier: LGPL-2.1+
*/
#pragma once
#include "fu-plugin.h"
#define FU_TYPE_UEFI_DBX_DEVICE (fu_uefi_dbx_device_get_type ())
G_DECLARE_FINAL_TYPE (FuUefiDbxDevice, fu_uefi_dbx_device, FU, UEFI_DBX_DEVICE, FuDevice)
FuUefiDbxDevice *fu_uefi_dbx_device_new (void);