summaryrefslogtreecommitdiffstats
path: root/mig_test/software/monitor_functions.h
blob: 3061290a1fdda871313658a6ca7fa7c2190680c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * $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
OpenPOWER on IntegriCloud