FreeCalypso > hg > freecalypso-citrine
comparison L1/tm_include/l1tm_varex.h @ 0:75a11d740a02
initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 09 Jun 2016 00:02:41 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:75a11d740a02 |
---|---|
1 /************* Revision Controle System Header ************* | |
2 * GSM Layer 1 software | |
3 * L1TM_VAREX.H | |
4 * | |
5 * Filename l1tm_varex.h | |
6 * Copyright 2003 (C) Texas Instruments | |
7 * | |
8 ************* Revision Controle System Header *************/ | |
9 | |
10 | |
11 #ifdef L1TM_ASYNC_C //Defined in l1_tmode.c | |
12 #define TMVAR | |
13 #else | |
14 #define TMVAR extern | |
15 #endif | |
16 | |
17 TMVAR T_L1TM_GLOBAL l1tm; | |
18 |