mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-21 13:55:31 +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.
6 lines
153 B
C
6 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 */
|