summaryrefslogtreecommitdiffstats
path: root/pcilib/value.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2015-10-08 20:04:37 +0200
committerSuren A. Chilingaryan <csa@suren.me>2015-10-08 20:04:37 +0200
commit21812f8d763fac8ee9bb3fdc593642b06f405a2b (patch)
treea55e99115e8c238e6b34159e063ac7d01ba65d54 /pcilib/value.h
parente28e74adf3d58deb95ce84c66423f347cbe2f859 (diff)
downloadpcitool-21812f8d763fac8ee9bb3fdc593642b06f405a2b.tar.gz
pcitool-21812f8d763fac8ee9bb3fdc593642b06f405a2b.tar.bz2
pcitool-21812f8d763fac8ee9bb3fdc593642b06f405a2b.tar.xz
pcitool-21812f8d763fac8ee9bb3fdc593642b06f405a2b.zip
Base functions for views
Diffstat (limited to 'pcilib/value.h')
-rw-r--r--pcilib/value.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/pcilib/value.h b/pcilib/value.h
new file mode 100644
index 0000000..249d0db
--- /dev/null
+++ b/pcilib/value.h
@@ -0,0 +1,15 @@
+#ifndef _PCILIB_VALUE_H
+#define _PCILIB_VALUE_H
+
+#define pcilib_get_type_name(type) (pcilib_data_types[type])
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* _PCILIB_VALUE_H */