Procházet zdrojové kódy

Added missing declarations

tags/v0.9.3
Michael Brown před 17 roky
rodič
revize
6115356859
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3
    0
      src/arch/i386/include/undiload.h

+ 3
- 0
src/arch/i386/include/undiload.h Zobrazit soubor

@@ -7,6 +7,9 @@
7 7
  *
8 8
  */
9 9
 
10
+struct undi_device;
11
+struct undi_rom;
12
+
10 13
 extern int undi_load_pci ( struct undi_device *undi, struct undi_rom *undirom,
11 14
 			   unsigned int bus, unsigned int devfn );
12 15
 extern int undi_unload ( struct undi_device *undi );

Načítá se…
Zrušit
Uložit