Browse Source

Added missing declarations

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
6115356859
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/arch/i386/include/undiload.h

+ 3
- 0
src/arch/i386/include/undiload.h View File

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

Loading…
Cancel
Save