mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 15:21:32 +00:00
Global struct dev is now in main.c
This commit is contained in:
parent
6f37dc410a
commit
bb293ca5c2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user