poll cards when idle

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-07-06 13:37:33 +02:00
parent 1c3fcdee15
commit 228ccedb5e
3 changed files with 18 additions and 0 deletions

View file

@ -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