summaryrefslogtreecommitdiffstats
path: root/pci.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-06 02:10:24 +0200
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-06 02:10:24 +0200
commitd98d86bd6b0d861462698e5bcfc8f712f8e350c7 (patch)
tree54ca00b323495f7b36f7eef479e7d1c0c2e6905a /pci.h
parent9b9e573479732acb1b9dc9fd4d6444918b5b5a5b (diff)
downloadipecamera-d98d86bd6b0d861462698e5bcfc8f712f8e350c7.tar.gz
ipecamera-d98d86bd6b0d861462698e5bcfc8f712f8e350c7.tar.bz2
ipecamera-d98d86bd6b0d861462698e5bcfc8f712f8e350c7.tar.xz
ipecamera-d98d86bd6b0d861462698e5bcfc8f712f8e350c7.zip
Support FIFO reading/writting, code restructurization, few fixes
Diffstat (limited to 'pci.h')
-rw-r--r--pci.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pci.h b/pci.h
index d01ce86..0427c8a 100644
--- a/pci.h
+++ b/pci.h
@@ -8,7 +8,10 @@
#include "pcilib_types.h"
#include "pcilib.h"
+#include "register.h"
#include "kmem.h"
+#include "dma.h"
+#include "event.h"
struct pcilib_s {
int handle;