summaryrefslogtreecommitdiffstats
path: root/inc/vision-artificial/proc/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/vision-artificial/proc/common.h')
-rw-r--r--inc/vision-artificial/proc/common.h65
1 files changed, 65 insertions, 0 deletions
diff --git a/inc/vision-artificial/proc/common.h b/inc/vision-artificial/proc/common.h
new file mode 100644
index 0000000..f5844fc
--- /dev/null
+++ b/inc/vision-artificial/proc/common.h
@@ -0,0 +1,65 @@
+/******************************************************************************
+ * Copyright (C) 2018 Alejandro Colomar Andrés *
+ * SPDX-License-Identifier: GPL-2.0-only *
+ ******************************************************************************/
+
+
+/******************************************************************************
+ ******* include guard ********************************************************
+ ******************************************************************************/
+#ifndef VA_PROC_COMMON_H
+#define VA_PROC_COMMON_H
+
+
+/******************************************************************************
+ ******* headers **************************************************************
+ ******************************************************************************/
+
+
+/******************************************************************************
+ ******* macros ***************************************************************
+ ******************************************************************************/
+
+
+/******************************************************************************
+ ******* enums ****************************************************************
+ ******************************************************************************/
+
+
+/******************************************************************************
+ ******* structs / unions *****************************************************
+ ******************************************************************************/
+
+
+/******************************************************************************
+ ******* variables ************************************************************
+ ******************************************************************************/
+
+
+/******************************************************************************
+ ******* extern functions *****************************************************
+ ******************************************************************************/
+void proc_show_img (void);
+void clock_start (void);
+void clock_stop (const char *txt);
+
+
+/******************************************************************************
+ ******* static inline functions (prototypes) *********************************
+ ******************************************************************************/
+
+
+/******************************************************************************
+ ******* static inline functions (definitions) ********************************
+ ******************************************************************************/
+
+
+/******************************************************************************
+ ******* include guard ********************************************************
+ ******************************************************************************/
+#endif /* vision-artificial/proc/common.h */
+
+
+/******************************************************************************
+ ******* end of file **********************************************************
+ ******************************************************************************/