From 21812f8d763fac8ee9bb3fdc593642b06f405a2b Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 8 Oct 2015 20:04:37 +0200 Subject: Base functions for views --- pcilib/export.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pcilib/export.c') diff --git a/pcilib/export.c b/pcilib/export.c index 7b78e32..ffb1c4b 100644 --- a/pcilib/export.c +++ b/pcilib/export.c @@ -4,6 +4,10 @@ #include "export.h" + +const char *pcilib_data_types[] = { "default", "string", "double", "long" }; + + #include "protocols/default.h" #include "protocols/software.h" -- cgit v1.2.3