FreeCalypso > hg > fc-tourmaline
comparison src/ui/bmi/mmiPcm.h @ 92:c0052fe355d3
src/ui/bmi/*.[ch]: rm trailing white space
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 08 Nov 2020 06:39:16 +0000 |
parents | 67bfe9f274f6 |
children | 412ae9004de1 |
comparison
equal
deleted
inserted
replaced
91:c3d28a37caad | 92:c0052fe355d3 |
---|---|
3 | 3 |
4 /******************************************************************************* | 4 /******************************************************************************* |
5 | 5 |
6 CONDAT (UK) | 6 CONDAT (UK) |
7 | 7 |
8 ******************************************************************************** | 8 ******************************************************************************** |
9 | 9 |
10 This software product is the property of Condat (UK) Ltd and may not be | 10 This software product is the property of Condat (UK) Ltd and may not be |
11 disclosed to any third party without the express permission of the owner. | 11 disclosed to any third party without the express permission of the owner. |
12 | 12 |
13 ******************************************************************************** | 13 ******************************************************************************** |
14 | 14 |
15 $Project name: Basic MMI | 15 $Project name: Basic MMI |
16 $Project code: BMI (6349) | 16 $Project code: BMI (6349) |
17 $Module: Memory Configurations | 17 $Module: Memory Configurations |
18 $File: MmiPcm.h | 18 $File: MmiPcm.h |
19 $Revision: 1.0 | 19 $Revision: 1.0 |
20 | 20 |
21 $Author: Condat(UK) | 21 $Author: Condat(UK) |
22 $Date: 25/10/00 | 22 $Date: 25/10/00 |
23 | 23 |
24 ******************************************************************************** | 24 ******************************************************************************** |
25 | 25 |
26 Description: | 26 Description: |
27 | 27 |
28 Types definitions for the permanent memory configuration | 28 Types definitions for the permanent memory configuration |
29 (MMI Specific extensions) | 29 (MMI Specific extensions) |
30 | 30 |
31 ******************************************************************************** | 31 ******************************************************************************** |
32 $History: MmiPcm.h | 32 $History: MmiPcm.h |
33 | 33 |
34 25/10/00 Original Condat(UK) BMI version. | 34 25/10/00 Original Condat(UK) BMI version. |
35 | 35 |
36 $End | 36 $End |
37 | 37 |
38 *******************************************************************************/ | 38 *******************************************************************************/ |
39 | 39 |
40 | 40 |
41 | 41 |
42 | 42 |
43 /******************************************************************************* | 43 /******************************************************************************* |
44 | 44 |
45 Field Identifier | 45 Field Identifier |
46 | 46 |
47 *******************************************************************************/ | 47 *******************************************************************************/ |
48 | 48 |
49 #define PCM_LOG_ID "NMLOG" /* Network Log Identifier */ | 49 #define PCM_LOG_ID "NMLOG" /* Network Log Identifier */ |
50 #define PCM_LOG_SIZE 27 | 50 #define PCM_LOG_SIZE 27 |
51 | 51 |
52 | 52 |
53 | 53 |
54 | 54 |
55 /******************************************************************************* | 55 /******************************************************************************* |
56 | 56 |
57 Field Network Log | 57 Field Network Log |
58 | 58 |
59 *******************************************************************************/ | 59 *******************************************************************************/ |
60 | 60 |
61 typedef struct EFnmlog /* Network Log */ | 61 typedef struct EFnmlog /* Network Log */ |
62 { | 62 { |
63 UBYTE status; /* status */ | 63 UBYTE status; /* status */ |
64 UBYTE plmn_name[20]; /* plmn name */ | 64 UBYTE plmn_name[20]; /* plmn name */ |
65 UBYTE network_name [6]; /* plmn name numeric */ | 65 UBYTE network_name [6]; /* plmn name numeric */ |
66 } EF_NMLOG; | 66 } EF_NMLOG; |
67 | 67 |
68 | 68 |
69 | 69 |
70 /******************************************************************************* | 70 /******************************************************************************* |
71 | 71 |
72 Logging Definitions | 72 Logging Definitions |
73 | 73 |
74 *******************************************************************************/ | 74 *******************************************************************************/ |
75 | 75 |
76 #define NM_LOG_NOT_AVAIL 0 | 76 #define NM_LOG_NOT_AVAIL 0 |
77 #define NM_LOG_AVAIL_NOT_USED 1 | 77 #define NM_LOG_AVAIL_NOT_USED 1 |
78 #define NM_LOG_AVAIL_USED 2 | 78 #define NM_LOG_AVAIL_USED 2 |
79 | 79 |
80 | 80 |
81 | 81 |
82 | 82 |
83 /******************************************************************************* | 83 /******************************************************************************* |
84 | 84 |
85 End of File | 85 End of File |
86 | 86 |
87 *******************************************************************************/ | 87 *******************************************************************************/ |
88 | 88 |
89 #endif | 89 #endif |
90 | 90 |