Browse Source

Global struct dev is now in main.c

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
bb293ca5c2
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/core/dev.c

+ 0
- 3
src/core/dev.c View File

9
 /* Current attempted boot driver */
9
 /* Current attempted boot driver */
10
 static struct boot_driver *boot_driver = boot_drivers;
10
 static struct boot_driver *boot_driver = boot_drivers;
11
 
11
 
12
-/* Current boot device */
13
-struct dev dev;
14
-
15
 /* Print all drivers */
12
 /* Print all drivers */
16
 void print_drivers ( void ) {
13
 void print_drivers ( void ) {
17
 	struct boot_driver *driver;
14
 	struct boot_driver *driver;

Loading…
Cancel
Save