networking in grub-emu
This commit is contained in:
parent
6b1b3423dd
commit
90451bb1c9
3 changed files with 80 additions and 1 deletions
|
@ -84,7 +84,11 @@ struct grub_net_card
|
|||
struct grub_net_card_driver *driver;
|
||||
grub_net_link_level_address_t default_address;
|
||||
grub_net_card_flags_t flags;
|
||||
void *data;
|
||||
union
|
||||
{
|
||||
void *data;
|
||||
int data_num;
|
||||
};
|
||||
};
|
||||
|
||||
struct grub_net_network_level_interface;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue