diff options
Diffstat (limited to 'driver/pciDriver.h')
-rw-r--r-- | driver/pciDriver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/pciDriver.h b/driver/pciDriver.h index 9abf3ab..ed04d65 100644 --- a/driver/pciDriver.h +++ b/driver/pciDriver.h @@ -142,6 +142,7 @@ typedef struct { unsigned int irq; unsigned long bar_start[6]; unsigned long bar_length[6]; + unsigned long bar_flags[6]; } pci_board_info; |