FreeCalypso > hg > freecalypso-citrine
comparison L1/dyn_dwl_include/l1_dyn_dwl_msgty.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 * 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 |