FreeCalypso > hg > fc-magnetite
comparison src/ui3/bmi/mmiBand.h @ 421:6a4d9f47793e
src/ui3/bmi: file renames to make the case consistent
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 21 Jan 2018 03:28:53 +0000 |
parents | src/ui3/bmi/MmiBand.h@e8ddbb0837ed |
children |
comparison
equal
deleted
inserted
replaced
420:e8ddbb0837ed | 421:6a4d9f47793e |
---|---|
1 #ifndef _MMI_BAND_H_ | |
2 #define _MMI_BAND_H_ | |
3 | |
4 /******************************************************************************* | |
5 | |
6 CONDAT (UK) | |
7 | |
8 ******************************************************************************** | |
9 | |
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. | |
12 | |
13 ******************************************************************************** | |
14 | |
15 $Project name: Basic MMI | |
16 $Project code: BMI (6349) | |
17 $Module: Frequency band selection | |
18 $File: MmiBand.h | |
19 $Revision: 1.0 | |
20 | |
21 $Author: Condat(UK) | |
22 $Date: 03/04/02 | |
23 | |
24 ******************************************************************************** | |
25 | |
26 Description: | |
27 | |
28 This provides the start code for the MMI | |
29 | |
30 ******************************************************************************** | |
31 $History: MmiBand.h | |
32 | |
33 03/04/02 Original Condat(UK) BMI version. | |
34 | |
35 $End | |
36 | |
37 *******************************************************************************/ | |
38 | |
39 | |
40 | |
41 | |
42 /******************************************************************************* | |
43 | |
44 Include files | |
45 | |
46 *******************************************************************************/ | |
47 #include "mfw_mnu.h" | |
48 | |
49 /******************************************************************************* | |
50 | |
51 Prototypes | |
52 | |
53 *******************************************************************************/ | |
54 | |
55 /*display radio mode/type status*/ | |
56 int mmi_band_radio_mode_info(MfwMnu* m, MfwMnuItem* i); | |
57 | |
58 /*change radio mode/type to automatic*/ | |
59 int mmi_band_radio_mode_change_auto(MfwMnu* m, MfwMnuItem* i); | |
60 | |
61 /*change radio mode/type manually*/ | |
62 int mmi_band_radio_mode_change_manual(MfwMnu* m, MfwMnuItem* i); | |
63 | |
64 #endif /*_MMI_BAND_H_*/ |