mirror of
				https://git.proxmox.com/git/fwupd
				synced 2025-10-30 23:33:21 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			341 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			341 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * Copyright (C) 2017 Richard Hughes <richard@hughsie.com>
 | |
|  *
 | |
|  * SPDX-License-Identifier: LGPL-2.1+
 | |
|  */
 | |
| 
 | |
| #pragma once
 | |
| 
 | |
| #include <xmlb.h>
 | |
| 
 | |
| #include "fu-chunk.h"
 | |
| #include "fu-firmware.h"
 | |
| 
 | |
| void
 | |
| fu_chunk_export(FuChunk *self, FuFirmwareExportFlags flags, XbBuilderNode *bn);
 | |
| gboolean
 | |
| fu_chunk_build(FuChunk *self, XbNode *n, GError **error);
 | 
