]> Joshua Wise's Git repositories - netwatch.git/blobdiff - include/pci.h
SMRAM interface changes, and a few misc. header changes.
[netwatch.git] / include / pci.h
similarity index 96%
rename from pci/pci.h
rename to include/pci.h
index 729f9c0bc9f49aa1997589ef993bd0b5df1d4711..60b665f132f59480d1d99c47e14075ec39788b98 100644 (file)
--- a/pci/pci.h
@@ -1,6 +1,8 @@
 #ifndef PCI_H
 #define PCI_H
 
+#include <stdint.h>
+
 /* General PCI functions. This is implemented by pci-linux.c and pci-raw.c; the
  * former uses Linux's /proc/bus/pci interface for access from userspace, while
  * the latter accesses the PCI hardware directly.
This page took 0.023581 seconds and 4 git commands to generate.