fwupd/plugins/uefi-pk/fu-uefi-pk-device.h
Richard Hughes 06800069d4 Split out FuUefiPkDevice as a device for future use
This does not serve much purpose now, but would be useful if we need to know
more about the installed PK from other plugins. If nothing else it makes the
`--verbose` output more helpful.
2022-10-20 13:52:22 +01:00

16 lines
353 B
C

/*
* Copyright (C) 2022 Richard Hughes <richard@hughsie.com>
*
* SPDX-License-Identifier: LGPL-2.1+
*/
#pragma once
#include <fwupdplugin.h>
#define FU_TYPE_UEFI_PK_DEVICE (fu_uefi_pk_device_get_type())
G_DECLARE_FINAL_TYPE(FuUefiPkDevice, fu_uefi_pk_device, FU, UEFI_PK_DEVICE, FuDevice)
FuUefiPkDevice *
fu_uefi_pk_device_new(FuContext *ctx);