diff options
Diffstat (limited to 'kapture/private.h')
-rw-r--r-- | kapture/private.h | 10 |
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 */ |