summaryrefslogtreecommitdiffstats
path: root/pcilib/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcilib/export.h')
-rw-r--r--pcilib/export.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/pcilib/export.h b/pcilib/export.h
new file mode 100644
index 0000000..e2e6eca
--- /dev/null
+++ b/pcilib/export.h
@@ -0,0 +1,17 @@
+#ifndef _PCILIB_EXPORT_H
+#define _PCILIB_EXPORT_H
+
+
+#include <pcilib/register.h>
+#include <pcilib/bank.h>
+#include <pcilib/dma.h>
+
+extern const pcilib_register_protocol_description_t pcilib_protocols[];
+extern const pcilib_dma_description_t pcilib_dma[];
+
+extern const pcilib_register_protocol_api_description_t pcilib_default_protocol_api;
+
+extern const pcilib_dma_description_t pcilib_ipedma;
+extern const pcilib_dma_description_t pcilib_nwldma;
+
+#endif /* _PCILIB_EXPORT_H */