mirror of
				https://git.proxmox.com/git/efi-boot-shim
				synced 2025-11-04 07:52:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			158 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			158 B
		
	
	
	
		
			C
		
	
	
	
	
	
// SPDX-License-Identifier: BSD-2-Clause-Patent
 | 
						|
 | 
						|
#ifndef _SHIM_VERSION_H
 | 
						|
#define _SHIM_VERSION_H 1
 | 
						|
 | 
						|
extern CHAR8 shim_version[];
 | 
						|
 | 
						|
#endif /* SHIM_VERSION_H */
 |