summaryrefslogtreecommitdiffstats
path: root/modules/proc/inc/proc_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/proc/inc/proc_common.h')
-rw-r--r--modules/proc/inc/proc_common.h45
1 files changed, 0 insertions, 45 deletions
diff --git a/modules/proc/inc/proc_common.h b/modules/proc/inc/proc_common.h
deleted file mode 100644
index e0a6e36..0000000
--- a/modules/proc/inc/proc_common.h
+++ /dev/null
@@ -1,45 +0,0 @@
-/******************************************************************************
- * Copyright (C) 2018 Alejandro Colomar Andrés *
- ******************************************************************************/
-
-
-/******************************************************************************
- ******* include guard ********************************************************
- ******************************************************************************/
-# ifndef VA_PROC_COMMON_H
- # define VA_PROC_COMMON_H
-
-
-/******************************************************************************
- ******* macros ***************************************************************
- ******************************************************************************/
-
-
-/******************************************************************************
- ******* enums ****************************************************************
- ******************************************************************************/
-
-
-/******************************************************************************
- ******* variables ************************************************************
- ******************************************************************************/
-
-
-/******************************************************************************
- ******* functions ************************************************************
- ******************************************************************************/
- void proc_show_img (void);
-
- void clock_start (void);
- void clock_stop (const char *txt);
-
-
-/******************************************************************************
- ******* include guard ********************************************************
- ******************************************************************************/
-# endif /* proc_common.h */
-
-
-/******************************************************************************
- ******* end of file **********************************************************
- ******************************************************************************/