FreeCalypso > hg > ffs-editor
comparison src/cs/layer1/cust0/ind_os.h @ 0:92470e5d0b9e
src: partial import from FC Selenite
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 15 May 2020 01:28:16 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:92470e5d0b9e |
---|---|
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 |