X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/90d089658f499e24ae10840352b548ddbb842a9e..98e930a2a059808ccede1f1298677aa59e4b7391:/pci/pci-linux.c diff --git a/pci/pci-linux.c b/pci/pci-linux.c index 11c2375..892c6eb 100644 --- a/pci/pci-linux.c +++ b/pci/pci-linux.c @@ -1,9 +1,21 @@ +/* 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 "../include/pci.h" + static int _open(int bus, int slot, int fn) { char fname[512];