comparison src/aci2/mfw/drv_key.h @ 3:93999a60b835

src/aci2, src/condat2: import of g23m/condat source pieces from TCS211
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 26 Sep 2016 00:29:36 +0000
parents
children
comparison
equal deleted inserted replaced
2:c41a534f33c6 3:93999a60b835
1 /*
2 +--------------------------------------------------------------------+
3 | PROJECT: MMI-Framework (8417) $Workfile:: drv_key.h $|
4 | $Author:: Es $ CONDAT GmbH $Revision:: 3 $|
5 | CREATED: 21.09.98 $Modtime:: 4.12.98 10:40 $|
6 | STATE : code |
7 +--------------------------------------------------------------------+
8
9 MODULE : DRV_KEY
10
11 PURPOSE : keyboard driver interface definitions
12
13 EXPORT :
14
15 TO DO :
16
17 $History:: drv_key.h $
18 *
19 * ***************** Version 3 *****************
20 * User: Es Date: 14.06.99 Time: 12:14
21 * Updated in $/GSM/DEV/MS/SRC/MFW
22 *
23 * ***************** Version 2 *****************
24 * User: Es Date: 23.12.98 Time: 16:19
25 * Updated in $/GSM/DEV/MS/SRC/MFW
26 */
27
28 #ifndef _DEF_DRV_KEY_H_
29 #define _DEF_DRV_KEY_H_
30
31 void key_power_init(void);
32 void keyInit (void (*signal)(char,char));
33 void keyExit (void);
34 void drvKeyUpDown (char upDown, char key);
35
36 #endif