comparison src/cs/layer1/dyn_dwl_include/l1_dyn_dwl_msgty.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 * L1_DYN_DWL_MSGTY.H
4 *
5 * Filename l1_dyn_dwl_msgty.h
6 * Copyright 2004 (C) Texas Instruments
7 *
8 ************* Revision Controle System Header *************/
9 #if (L1_DYN_DSP_DWNLD == 1)
10
11 typedef struct
12 {
13 UWORD16 patch_id;
14 }T_API_L1_CRC_NOT_OK;
15 typedef struct
16 {
17 UWORD16 error;
18 }T_API_L1_DYN_DWNLD_STOP;
19
20 #endif // L1_DYN_DSP_DWNLD == 1