From a640c40c6bcf4bad0b78e0ea6ea04f2a5f3f877f Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Fri, 19 Dec 2014 00:14:21 +0100 Subject: Initial implementation of IPEDMA, dummy driver for KAPTURE, start of API changes --- kapture/kapture.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 kapture/kapture.h (limited to 'kapture/kapture.h') diff --git a/kapture/kapture.h b/kapture/kapture.h new file mode 100644 index 0000000..3944b8c --- /dev/null +++ b/kapture/kapture.h @@ -0,0 +1,6 @@ +#ifndef _KAPTURE_H +#define _KAPTURE_H + +typedef struct kapture_s kapture_t; + +#endif /* _KAPTURE_H */ -- cgit v1.2.3