2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-01-19 05:53:16 +00:00

Added missing declarations

This commit is contained in:
Michael Brown 2007-01-08 02:51:27 +00:00
parent aff96c13d2
commit 6115356859

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 );