summaryrefslogtreecommitdiff
path: root/src/hardware/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware/pci.h')
-rw-r--r--src/hardware/pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hardware/pci.h b/src/hardware/pci.h
index fcc957e..9bc29bb 100644
--- a/src/hardware/pci.h
+++ b/src/hardware/pci.h
@@ -15,6 +15,7 @@ typedef struct {
uint8_t interface_id;
uint8_t revision_id;
uint32_t port_base;
+ uint8_t interrupt;
} pci_device_descriptor_t;
typedef struct {