summaryrefslogtreecommitdiffstats
path: root/pci.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-09 07:12:44 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-09 07:12:44 +0100
commit1ac7751e5b9df5f09500aca9e5b34bb9cfa912b4 (patch)
tree42e3705aa8b20fc7f03025cb83ae2f928350174d /pci.h
parentc3812d3569aa98e23953eea323d980912580e659 (diff)
downloadpcitool-1ac7751e5b9df5f09500aca9e5b34bb9cfa912b4.tar.gz
pcitool-1ac7751e5b9df5f09500aca9e5b34bb9cfa912b4.tar.bz2
pcitool-1ac7751e5b9df5f09500aca9e5b34bb9cfa912b4.tar.xz
pcitool-1ac7751e5b9df5f09500aca9e5b34bb9cfa912b4.zip
Initial support of event streaming in cli
Diffstat (limited to 'pci.h')
-rw-r--r--pci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pci.h b/pci.h
index 30c1bfe..f3ced74 100644
--- a/pci.h
+++ b/pci.h
@@ -1,6 +1,8 @@
#ifndef _PCITOOL_PCI_H
#define _PCITOOL_PCI_H
+#define PCILIB_EVENT_TIMEOUT 1000000 /**< us */
+#define PCILIB_TRIGGER_TIMEOUT 100000 /**< us */
#define PCILIB_DMA_TIMEOUT 10000 /**< us */
#define PCILIB_DMA_SKIP_TIMEOUT 1000000 /**< us */
#define PCILIB_REGISTER_TIMEOUT 10000 /**< us */