comparison src/cs/layer1/cust0/ind_os.h @ 0:4e78acac3d88

src/{condat,cs,gpf,nucleus}: import from Selenite
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 06:23:26 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4e78acac3d88
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