summaryrefslogtreecommitdiffstats
path: root/modules/ctrl/inc/start.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ctrl/inc/start.h')
-rw-r--r--modules/ctrl/inc/start.h43
1 files changed, 0 insertions, 43 deletions
diff --git a/modules/ctrl/inc/start.h b/modules/ctrl/inc/start.h
deleted file mode 100644
index 9b79302..0000000
--- a/modules/ctrl/inc/start.h
+++ /dev/null
@@ -1,43 +0,0 @@
-/******************************************************************************
- * Copyright (C) 2018 Alejandro Colomar Andrés *
- ******************************************************************************/
-
-
-/******************************************************************************
- ******* include guard ********************************************************
- ******************************************************************************/
-# ifndef VA_START_H
- # define VA_START_H
-
-
-/******************************************************************************
- ******* enums ****************************************************************
- ******************************************************************************/
- enum Start_Mode {
- START_FOO = 0,
- START_SINGLE,
- START_SERIES
- };
-
-
-/******************************************************************************
- ******* variables ************************************************************
- ******************************************************************************/
- extern int start_mode;
-
-
-/******************************************************************************
- ******* functions ************************************************************
- ******************************************************************************/
- void start_switch (void);
-
-
-/******************************************************************************
- ******* include guard ********************************************************
- ******************************************************************************/
-# endif /* start.h */
-
-
-/******************************************************************************
- ******* end of file **********************************************************
- ******************************************************************************/