Skip to content

Commit

Permalink
[servers/pci] Fix for #2
Browse files Browse the repository at this point in the history
  • Loading branch information
perlun committed Oct 24, 2018
1 parent f9529cd commit 4273e7a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions servers/system/pci/pci.c
@@ -1,9 +1,7 @@
// Abstract: PCI server. (It should also support AGP sometime, but currently, it hardly does PCI right...)
// Author: Per Lundberg <per@chaosdev.io>. Heaviliy inspired by the Linux source, but not by far as obnoxious...
// Author: Per Lundberg <per@chaosdev.io>. Heavily inspired by the Linux source, but not by far as obnoxious...
//
// © Copyright 1999-2000 chaos development
// © Copyright 2007 chaos development
// © Copyright 2015-2016 chaos development
// © Copyright 1999 chaos development

#include <ipc/ipc.h>
#include <log/log.h>
Expand Down

0 comments on commit 4273e7a

Please sign in to comment.