X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/7e16b8e6b3c3aab2c91d9b54c8953201e111be50..HEAD:/pci/pci-linux.c diff --git a/pci/pci-linux.c b/pci/pci-linux.c index 8880069..892c6eb 100644 --- a/pci/pci-linux.c +++ b/pci/pci-linux.c @@ -1,10 +1,20 @@ +/* pci-linux.c + * Linux user-mode based PCI implementation + * NetWatch system management mode administration console + * + * Copyright (c) 2008 Jacob Potter and Joshua Wise. All rights reserved. + * This program is free software; you can redistribute and/or modify it under + * the terms found in the file LICENSE in the root of this source tree. + * + */ + #include #include #include #include #include -#include "pci.h" +#include "../include/pci.h" static int _open(int bus, int slot, int fn) {