]> Joshua Wise's Git repositories - netwatch.git/blobdiff - pci/pci-raw.c
cleanup
[netwatch.git] / pci / pci-raw.c
similarity index 96%
rename from pci/pci-smm.c
rename to pci/pci-raw.c
index 117a8b5d3d4c3e5df8271475ad359c9533510452..4747ffdffe82853283af3fe807cce528559a7ac5 100644 (file)
@@ -1,5 +1,6 @@
 #include <io.h>
-#include <inttypes.h>
+#include <stdint.h>
+#include "pci.h"
 
 static void __pci_config(int bus, int slot, int fn, int addr)
 {
This page took 0.02257 seconds and 4 git commands to generate.