FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/ccd/ccddata_tap_priv.h @ 648:970d6199f2c5
gsm-fw/ccd/*.[ch]: initial import from the LoCosto source
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 04 Sep 2014 05:48:57 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
647:a60b375014e3 | 648:970d6199f2c5 |
---|---|
1 /* | |
2 +----------------------------------------------------------------------------- | |
3 | Project : | |
4 | Modul : ccddata_priv.h | |
5 +----------------------------------------------------------------------------- | |
6 | Copyright 2002 Texas Instruments Berlin, AG | |
7 | All rights reserved. | |
8 | | |
9 | This file is confidential and a trade secret of Texas | |
10 | Instruments Berlin, AG | |
11 | The receipt of or possession of this file does not convey | |
12 | any rights to reproduce or disclose its contents or to | |
13 | manufacture, use, or sell anything it may describe, in | |
14 | whole, or in part, without the specific written consent of | |
15 | Texas Instruments Berlin, AG. | |
16 +----------------------------------------------------------------------------- | |
17 | Purpose : Function that belongs to tap_tdl.c, but is are based | |
18 | on the constants (CCDENT_...) generated by ccdgen | |
19 | (mconst.cdg). Therefore it must be placed in the ccddata_dll. | |
20 +----------------------------------------------------------------------------- | |
21 */ | |
22 | |
23 #ifndef CCDDATA_TAP_PRIV_H | |
24 #define CCDDATA_TAP_PRIV_H | |
25 | |
26 /*==== INCLUDES =============================================================*/ | |
27 | |
28 /*==== CONSTS ===============================================================*/ | |
29 | |
30 #define TAP_PD_CC 3 | |
31 #define TAP_PD_MM 5 | |
32 #define TAP_PD_GMM 8 | |
33 #define TAP_PD_SM 10 | |
34 #define TAP_PD_RR 6 | |
35 #define TAP_PD_SS 11 | |
36 #define TAP_PD_SMS 9 | |
37 #define TAP_PD_TST 15 | |
38 #define TAP_PD_XX 1 | |
39 | |
40 #define TAP_PD_ABIS 0 | |
41 #define TAP_PD_OK 128 | |
42 #define TAP_PD_INVALID -1 | |
43 #define TAP_NOPD_NOMT 70 | |
44 #define TAP_NOPD_MT 80 | |
45 #define TAP_RR_SHORT 90 | |
46 | |
47 /*==== TYPES =================================================================*/ | |
48 | |
49 /*==== EXPORTS ===============================================================*/ | |
50 | |
51 #ifndef CCDDATA_TAP_PRIV_C | |
52 | |
53 CCDDATA_IMPORT_FUNC int ccddata_tap_get_pd (UCHAR comp); | |
54 CCDDATA_IMPORT_FUNC int ccddata_tap_check_pd (UCHAR comp, UCHAR pd); | |
55 | |
56 #endif /* !CCDDATA_TAP_PRIV_C*/ | |
57 | |
58 #endif /* !CCDDATA_TAP_PRIV_H */ |