From 8d3ad26d8331c43659d0d4e77e8a50fbc3cfc1e4 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 27 Apr 2015 01:54:44 +0200 Subject: Further adjustments to get ready for independent event plugins --- pcilib/export.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pcilib/export.h (limited to 'pcilib/export.h') 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 +#include +#include + +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 */ -- cgit v1.2.3