diff options
author | Marvin Borner | 2020-04-15 21:17:41 +0200 |
---|---|---|
committer | Marvin Borner | 2020-04-15 21:17:41 +0200 |
commit | e07894d21a0101b10ee6ad851773b725cbb9150d (patch) | |
tree | 75631b318a9403395fbb3b40abdade8a475cd30b /src/kernel/pci/pci.c | |
parent | aa3d1b4689e6dadd982fe1e5ca8af69ca39c617d (diff) |
Used macro magic to implement function-based logs
Diffstat (limited to 'src/kernel/pci/pci.c')
-rw-r--r-- | src/kernel/pci/pci.c | 2 |
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 |