]> Joshua Wise's Git repositories - netwatch.git/blobdiff - pci/pci-linux.c
more licensing
[netwatch.git] / pci / pci-linux.c
index 11c23753996cebb0353192a8383545ef3806771f..892c6eb4227d01d9710f6ef6daed8954e3353b2f 100644 (file)
@@ -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 <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <stdio.h>
 #include <inttypes.h>
 
+#include "../include/pci.h"
+
 static int _open(int bus, int slot, int fn)
 {
        char fname[512];
This page took 0.023994 seconds and 4 git commands to generate.