ft_fnc_misc_ex.h
1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
/*****************************************************************************
*
* Filename:
* ---------
* ft_fnc_misc.h
*
* Project:
* --------
* MAUI
*
* Description:
* ------------
* Misc Function
*
* Author:
* -------
* -------
*
*============================================================================
* HISTORY
* Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*------------------------------------------------------------------------------
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
*
*------------------------------------------------------------------------------
* Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*============================================================================
****************************************************************************/
#ifndef _FT_FNC_MISC_EX_H_
#define _FT_FNC_MISC_EX_H_
#include "app_ltlcom.h"
#define FT_MISC_EX_DATA_FRAME_SIZE 1800
kal_uint32 FT_MiscExCheckFunctionSupported(kal_uint32 query_op_code);
void FT_MISC_EX_Operation(ilm_struct *ptrMsg);
void FT_Handle_CNF_From_NVRAM(ilm_struct* ptrMsgCnf);
extern kal_uint16 ft_gl_misc_ex_token;
enum META_BP_AREA_STATUS_E
{
META_BP_AREA_STATUS_OK = 0
,META_BP_AREA_STATUS_EMPTY
,META_BP_AREA_STATUS_BROKEN
,META_BP_AREA_STATUS_NO_SYNC
,META_BP_AREA_STATUS_UNKNOWN
};
#endif // end of #ifndef _FT_FNC_MISC_H_