mirror of
				https://git.proxmox.com/git/grub2
				synced 2025-10-31 10:26:53 +00:00 
			
		
		
		
	 9a2c903f28
			
		
	
	
		9a2c903f28
		
	
	
	
	
		
			
			* grub-core/osdep/linux/ofpath.c: ..here, split stub into ... * grub-core/osdep/basic/ofpath.c: ..here.
		
			
				
	
	
		
			6 lines
		
	
	
		
			89 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			89 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #if defined (__linux__)
 | |
| #include "linux/ofpath.c"
 | |
| #else
 | |
| #include "basic/ofpath.c"
 | |
| #endif
 |