diff options
Diffstat (limited to 'mig_test/software/monitor_functions.h')
-rw-r--r-- | mig_test/software/monitor_functions.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/mig_test/software/monitor_functions.h b/mig_test/software/monitor_functions.h deleted file mode 100644 index 3061290..0000000 --- a/mig_test/software/monitor_functions.h +++ /dev/null @@ -1,24 +0,0 @@ -/* - * $HeadURL: https://svn.fzd.de/repo/concast/FWF_Projects/FWKE/hw_sp605/bsp_zpuahb/software/monitor_functions.h $ - * $Date$ - * $Author$ - * $Revision$ - */ - - -#ifndef MONITOR_FUNCTIONS_H -#define MONITOR_FUNCTIONS_H - -extern volatile uint8_t running_direction; - - -uint32_t quit_function( void); -uint32_t x_function( void); -uint32_t wmem_function( void); -uint32_t clear_function( void); - -uint32_t reset_function( void); - -uint32_t system_info_function( void); - -#endif // MONITOR_FUNCTIONS_H |