comparison gsm-fw/gpf/inc/os.h @ 317:06ee56829697

GPF: frame.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 11 Apr 2014 05:37:27 +0000
parents 79080922d8e4
children
comparison
equal deleted inserted replaced
316:79080922d8e4 317:06ee56829697
18 */ 18 */
19 19
20 #ifndef __OS_H__ 20 #ifndef __OS_H__
21 #define __OS_H__ 21 #define __OS_H__
22 22
23 #include "gpfconf.h"
23 #include "os_const.h" 24 #include "os_const.h"
24 25
25 /*==== CONSTANTS ===================================================*/ 26 /*==== CONSTANTS ===================================================*/
26 typedef int OS_HANDLE; 27 typedef int OS_HANDLE;
27 typedef BOOL OS_INT_STATE; 28 typedef BOOL OS_INT_STATE;