summaryrefslogtreecommitdiffstats
path: root/pci.h
diff options
context:
space:
mode:
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 */