comparison chipsetsw/layer1/cust0/ind_os.h @ 0:509db1a7b7b8

initial import: leo2moko-r1
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 01 Jun 2015 03:24:05 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:509db1a7b7b8
1 /************* Revision Controle System Header *************
2 * GSM Layer 1 software
3 *
4 * Filename ind_os.h
5 * Version 1.2
6 * Date 05/25/00
7 *
8 ************* Revision Controle System Header *************/
9
10
11
12 #define OS_OK 0
13
14 typedef SYS_WORD16 T_OS_RETURN;
15
16 // Prototype for independant os commands
17 extern T_OS_RETURN ind_os_sleep (SYS_UWORD32 millisecs);
18
19