mirror of
				https://git.proxmox.com/git/grub2
				synced 2025-10-31 19:15:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			161 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			161 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #define SUFFIX(x) x ## 32
 | |
| #define GRUB_TARGET_WORDSIZE 32
 | |
| #define OBJSYM 0
 | |
| #include <grub/types.h>
 | |
| typedef grub_uint32_t grub_freebsd_addr_t;
 | |
| #include "bsdXX.c"
 | 
