aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/pci/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/pci/pci.c')
-rw-r--r--src/kernel/pci/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/pci/pci.c b/src/kernel/pci/pci.c
index abccb00..7ba48ab 100644
--- a/src/kernel/pci/pci.c
+++ b/src/kernel/pci/pci.c
@@ -136,4 +136,4 @@ int pci_get_interrupt(uint32_t device)
} else {
return (int)pci_read_field(device, PCI_INTERRUPT_LINE, 1);
}
-}
+} \ No newline at end of file