FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/gpf/osl/os_com_fl.c @ 354:92742d8f3e56
os_com_fl.c: don't need u_char typedef
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 12 May 2014 00:15:29 +0000 |
parents | ee4eb0eacfaf |
children | 658b141a1600 |
comparison
equal
deleted
inserted
replaced
353:ee4eb0eacfaf | 354:92742d8f3e56 |
---|---|
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 T_OS_COM_TABLE_ENTRY ComTable[]; | 17 extern T_OS_COM_TABLE_ENTRY ComTable[]; |
20 | 18 |
21 static NU_SEMAPHORE ComSemCB; | 19 static NU_SEMAPHORE ComSemCB; |
22 | 20 |