poll cards when idle
This commit is contained in:
parent
1c3fcdee15
commit
228ccedb5e
3 changed files with 18 additions and 0 deletions
|
@ -90,6 +90,9 @@ grub_machine_get_bootlocation (char **device, char **path);
|
|||
/* Register all the exported symbols. This is automatically generated. */
|
||||
void grub_register_exported_symbols (void);
|
||||
|
||||
extern void (*EXPORT_VAR(grub_net_poll_cards_idle)) (void);
|
||||
|
||||
|
||||
#if ! defined (ASM_FILE)
|
||||
extern char grub_prefix[];
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue