mirror of
				https://git.proxmox.com/git/fwupd
				synced 2025-10-31 18:39:28 +00:00 
			
		
		
		
	 fbb677bee2
			
		
	
	
		fbb677bee2
		
	
	
	
	
		
			
			This plugin does not yet allow the device to be upgraded, and is provided for information only.
		
			
				
	
	
		
			13 lines
		
	
	
		
			281 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			281 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * Copyright (C) 2019 Richard Hughes <richard@hughsie.com>
 | |
|  *
 | |
|  * SPDX-License-Identifier: LGPL-2.1+
 | |
|  */
 | |
| 
 | |
| #pragma once
 | |
| 
 | |
| #include "fu-plugin.h"
 | |
| 
 | |
| #define FU_TYPE_TPM_DEVICE (fu_tpm_device_get_type ())
 | |
| G_DECLARE_FINAL_TYPE (FuTpmDevice, fu_tpm_device, FU, TPM_DEVICE, FuUdevDevice)
 |