mirror of
				https://git.proxmox.com/git/efi-boot-shim
				synced 2025-10-31 22:23:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			127 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			127 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _SHIM_VERSION_H
 | |
| #define _SHIM_VERSION_H 1
 | |
| 
 | |
| #include <efi.h>
 | |
| 
 | |
| extern CHAR8 shim_version[];
 | |
| 
 | |
| #endif /* SHIM_VERSION_H */
 | 
