aboutsummaryrefslogtreecommitdiff
path: root/frontend/cspace.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/cspace.h')
-rw-r--r--frontend/cspace.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/cspace.h b/frontend/cspace.h
index 8c92d2d..6dbd5e0 100644
--- a/frontend/cspace.h
+++ b/frontend/cspace.h
@@ -1,3 +1,6 @@
+#ifndef __CSPACE_H__
+#define __CSPACE_H__
+
#ifdef __cplusplus
extern "C"
{
@@ -19,3 +22,5 @@ void bgr888_to_uyvy(void *d, const void *s, int pixels);
#ifdef __cplusplus
}
#endif
+
+#endif /* __CSPACE_H__ */