comparison src/cs/services/etm/etm_at.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 /********************************************************************************
2 * Enhanced TestMode (ETM)
3 * @file etm_at.c (Support for AT-commands)
4 *
5 * @author Kim T. Peteren (ktp@ti.com)
6 * @version 0.1
7 *
8
9 *
10 * History:
11 *
12 * Date Modification
13 * ------------------------------------
14 * 16/06/2003 Creation
15 * 06/11/2003 Small updates
16 *
17 * (C) Copyright 2003 by Texas Instruments Incorporated, All Rights Reserved
18 *********************************************************************************/
19
20 #ifndef __ETM_AT_H_
21 #define __ETM_AT_H_
22
23 #include "etm/etm_env.h" // Need because use of T_ETM_ENV_CTRL_BLK
24
25
26 /** External ref "global variables" structure. */
27 extern T_ETM_ENV_CTRL_BLK *etm_env_ctrl_blk;
28
29
30 #endif //__ETM_AT_H_