Close cards before boot.

This commit is contained in:
Manoel R. Abranches 2011-06-18 20:18:25 -03:00
parent e23bc603f8
commit d6d205568f
4 changed files with 18 additions and 0 deletions

View file

@ -239,6 +239,7 @@ typedef struct grub_net
extern grub_net_t (*EXPORT_VAR (grub_net_open)) (const char *name);
extern grub_err_t (*EXPORT_VAR (grub_file_net_seek)) (struct grub_file *file, grub_off_t offset);
void (*EXPORT_VAR (grub_grubnet_fini)) (void);
struct grub_net_network_level_interface
{