FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/L1/cust0/mv100/ind_os.h @ 517:eafadfee35b2
gsm-fw/L1/cust?: imported Leonardo, LoCosto and MV100 versions
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 10 Jul 2014 03:43:04 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
516:78495749970a | 517:eafadfee35b2 |
---|---|
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 |