FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/gpf/osl/os_pro_ir.c @ 346:fdeea3d6582d
OSL: reconstruction of os_isr.c (_fl only) started
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Wed, 07 May 2014 19:50:01 +0000 |
parents | 460ed6748e4c |
children |
comparison
equal
deleted
inserted
replaced
345:460ed6748e4c | 346:fdeea3d6582d |
---|---|
11 #include "typedefs.h" | 11 #include "typedefs.h" |
12 #include "os.h" | 12 #include "os.h" |
13 #include "gdi.h" | 13 #include "gdi.h" |
14 #include "os_types.h" | 14 #include "os_types.h" |
15 #include "os_glob.h" | 15 #include "os_glob.h" |
16 | |
17 typedef unsigned char u_char; | |
18 | 16 |
19 extern VOID *TCD_Current_Thread; | 17 extern VOID *TCD_Current_Thread; |
20 extern T_OS_TASK_TABLE_ENTRY TaskTable[]; | 18 extern T_OS_TASK_TABLE_ENTRY TaskTable[]; |
21 extern unsigned os_time_to_tick_multiplier; | 19 extern unsigned os_time_to_tick_multiplier; |
22 | 20 |