mirror of
				https://git.proxmox.com/git/grub2
				synced 2025-11-04 12:55:16 +00:00 
			
		
		
		
	Change ofnet.c to disknet.c and remove almost all ieee1275 specific code. Create grub_net_malloc to handle iee1275 memory issues in a temporary solution.
		
			
				
	
	
		
			10 lines
		
	
	
		
			176 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			176 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef GRUB_NETMM_H
 | 
						|
#define GRUB_NETMM_H	1
 | 
						|
 | 
						|
#include <grub/types.h>
 | 
						|
#include <grub/symbol.h>
 | 
						|
 | 
						|
void *EXPORT_FUNC(grub_net_malloc) (grub_size_t size);
 | 
						|
 | 
						|
#endif /* ! GRUB_MM_H */
 |