Added missing declarations

pull/1/head
Michael Brown 2007-01-08 02:51:27 +00:00
parent aff96c13d2
commit 6115356859
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
*
*/
struct undi_device;
struct undi_rom;
extern int undi_load_pci ( struct undi_device *undi, struct undi_rom *undirom,
unsigned int bus, unsigned int devfn );
extern int undi_unload ( struct undi_device *undi );