comparison src/cs/layer1/cust0/ind_os.h @ 0:945cf7f506b2

src/cs: chipsetsw import from tcs211-fcmodem binary blobs and LCD demo files have been excluded, all line endings are LF only
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 25 Sep 2016 22:50:11 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:945cf7f506b2
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