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.
5 lines
153 B
C
5 lines
153 B
C
#ifndef GRUB_DISKNET_HEADER
|
|
#define GRUB_DISKNET_HEADER 1
|
|
void grub_disknet_init(void);
|
|
void grub_disknet_fini(void);
|
|
#endif /* ! GRUB_NET_HEADER */
|