2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 15:21:32 +00:00

We now record a pointer to the struct pci_device, since it's carried

around in struct dev anyway.
This commit is contained in:
Michael Brown 2005-04-12 22:42:52 +00:00
parent e1d0cebfa8
commit c2a21744f6

View File

@ -167,7 +167,7 @@ typedef struct undi {
uint8_t opened; /* pxenv_undi_open() has been called */
/* Parameters that we need to store for future reference
*/
struct pci_device pci;
struct pci_device *pci;
irq_t irq;
} undi_t;