summaryrefslogtreecommitdiffstats
path: root/kapture/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'kapture/private.h')
-rw-r--r--kapture/private.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/kapture/private.h b/kapture/private.h
new file mode 100644
index 0000000..bf084c3
--- /dev/null
+++ b/kapture/private.h
@@ -0,0 +1,10 @@
+#ifndef _KAPTURE_PRIVATE_H
+#define _KAPTURE_PRIVATE_H
+
+struct kapture_s {
+ pcilib_context_t event;
+
+};
+
+
+#endif /* _KAPTURE_PRIVATE_H */