2
0
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:
Michael Brown 2005-04-12 16:49:11 +00:00
parent 6f37dc410a
commit bb293ca5c2

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;