mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-21 14:20:49 +00:00
8 lines
123 B
C
8 lines
123 B
C
struct grub_net_card
|
|
{
|
|
struct grub_net_card *next;
|
|
char *name;
|
|
struct grub_net_card_driver *driver;
|
|
void *data;
|
|
};
|