comparison src/ui/mfw/mfw_acie.c @ 188:92abb46dc1ba

src/ui/mfw/*.[ch]: rm trailing white space
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 19 Jan 2021 06:10:27 +0000
parents 67bfe9f274f6
children
comparison
equal deleted inserted replaced
187:a33dd8a5dcc9 188:92abb46dc1ba
10 10
11 PURPOSE : This modul contains ACI external functions. 11 PURPOSE : This modul contains ACI external functions.
12 12
13 13
14 $History:: mfw_acie.c $ 14 $History:: mfw_acie.c $
15 * 15 *
16 * ***************** Version 8 ***************** 16 * ***************** Version 8 *****************
17 * User: Es Date: 2.03.00 Time: 16:04 17 * User: Es Date: 2.03.00 Time: 16:04
18 * Updated in $/GSM/Condat/MS/SRC/MFW 18 * Updated in $/GSM/Condat/MS/SRC/MFW
19 * some cleanups 19 * some cleanups
20 * 20 *
21 * ***************** Version 7 ***************** 21 * ***************** Version 7 *****************
22 * User: Vo Date: 12.02.99 Time: 18:59 22 * User: Vo Date: 12.02.99 Time: 18:59
23 * Updated in $/GSM/DEV/MS/SRC/MFW 23 * Updated in $/GSM/DEV/MS/SRC/MFW
24 * 24 *
25 * ***************** Version 6 ***************** 25 * ***************** Version 6 *****************
26 * User: Es Date: 8.12.98 Time: 16:53 26 * User: Es Date: 8.12.98 Time: 16:53
27 * Updated in $/GSM/DEV/MS/SRC/MFW 27 * Updated in $/GSM/DEV/MS/SRC/MFW
28 * 28 *
29 * ***************** Version 5 ***************** 29 * ***************** Version 5 *****************
30 * User: Vo Date: 24.11.98 Time: 21:40 30 * User: Vo Date: 24.11.98 Time: 21:40
31 * Updated in $/GSM/DEV/MS/SRC/MFW 31 * Updated in $/GSM/DEV/MS/SRC/MFW
32 * first successful compilation of MFW 32 * first successful compilation of MFW
33 | 33 |
116 UBYTE i; 116 UBYTE i;
117 117
118 TRACE_FUNCTION ("aci_create()"); 118 TRACE_FUNCTION ("aci_create()");
119 119
120 120
121 /* changes to resolve the BUG OMAPS00064964, checking wether the 121 /* changes to resolve the BUG OMAPS00064964, checking wether the
122 * callbacks are registered twice. 122 * callbacks are registered twice.
123 */ 123 */
124 for (i=0;i<MAX_ACI_HANDLER;i++) 124 for (i=0;i<MAX_ACI_HANDLER;i++)
125 { 125 {
126 126
194 { 194 {
195 /* 195 /*
196 * extension handler is installed; pass 32 bit opcode to primitive 196 * extension handler is installed; pass 32 bit opcode to primitive
197 * handling function; note that the MFW functions are similar to pei_primitive 197 * handling function; note that the MFW functions are similar to pei_primitive
198 * of aci_pei.c and as a loop is used and thus any primitive is parsed, the casting 198 * of aci_pei.c and as a loop is used and thus any primitive is parsed, the casting
199 * to 32 bit opcodes needs to be performed inside those handling functions 199 * to 32 bit opcodes needs to be performed inside those handling functions
200 * which handle still 16bit SAPs 200 * which handle still 16bit SAPs
201 */ 201 */
202 if (aci_ext_handler[i].prim_handler(opc, data)) 202 if (aci_ext_handler[i].prim_handler(opc, data))
203 /* 203 /*
204 * primitive is processed by the extension 204 * primitive is processed by the extension
205 */ 205 */
206 return TRUE; 206 return TRUE;
207 } 207 }
208 } 208 }
209 #ifdef _SIMULATION_ 209 #ifdef _SIMULATION_
210 #ifdef BT_INTERFACE 210 #ifdef BT_INTERFACE
211 if(!pSlotBt) 211 if(!pSlotBt)
212 { 212 {
213 TRACE_EVENT_P1 ("mfw_acie:pSlotBt = %d",pSlotBt); 213 TRACE_EVENT_P1 ("mfw_acie:pSlotBt = %d",pSlotBt);
214 bt_init(); 214 bt_init();