david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Global struct dev is now in main.c

This commit is contained in:
Michael Brown 2005-04-12 16:49:11 +00:00
parent 6f37dc410a
commit bb293ca5c2
1 changed files with 0 additions and 3 deletions

View File

@ -9,9 +9,6 @@ extern struct boot_driver boot_drivers_end[];
/* Current attempted boot driver */
static struct boot_driver *boot_driver = boot_drivers;
/* Current boot device */
struct dev dev;
/* Print all drivers */
void print_drivers ( void ) {
struct boot_driver *driver;