mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-10 16:12:55 +00:00
15 lines
343 B
C
15 lines
343 B
C
/*
|
|
* Copyright (C) 2019 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <fwupdplugin.h>
|
|
|
|
#define FU_TYPE_TPM_DEVICE (fu_tpm_device_get_type ())
|
|
G_DECLARE_FINAL_TYPE (FuTpmDevice, fu_tpm_device, FU, TPM_DEVICE, FuUdevDevice)
|
|
|
|
const gchar *fu_tpm_device_get_family (FuTpmDevice *self);
|