mirror of
https://github.com/ipxe/ipxe
synced 2025-12-16 01:21:10 +03:00
Global struct dev is now in main.c
This commit is contained in:
@@ -9,9 +9,6 @@ extern struct boot_driver boot_drivers_end[];
|
|||||||
/* Current attempted boot driver */
|
/* Current attempted boot driver */
|
||||||
static struct boot_driver *boot_driver = boot_drivers;
|
static struct boot_driver *boot_driver = boot_drivers;
|
||||||
|
|
||||||
/* Current boot device */
|
|
||||||
struct dev dev;
|
|
||||||
|
|
||||||
/* Print all drivers */
|
/* Print all drivers */
|
||||||
void print_drivers ( void ) {
|
void print_drivers ( void ) {
|
||||||
struct boot_driver *driver;
|
struct boot_driver *driver;
|
||||||
|
|||||||
Reference in New Issue
Block a user