FreeCalypso > hg > leo2moko-debug
comparison chipsetsw/layer1/dyn_dwl_include/l1_dyn_dwl_msgty.h @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:509db1a7b7b8 |
---|---|
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 |