ft_fnc_custom.h
1.15 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
/*****************************************************************************
*
* Filename:
* ---------
* ft_fnc_custom.h
*
* Project:
* --------
* MAUI
*
* Description:
* ------------
* Customer 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!
*
*
*------------------------------------------------------------------------------
* Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*============================================================================
****************************************************************************/
#ifndef _FT_FNC_CUSTOM_H_
#define _FT_FNC_CUSTOM_H_
// added in RHR first round
#include "app_ltlcom.h"
void FT_Custom_Operation(ilm_struct *ptrMsg);
void FT_Handle_FTC_CNF(ilm_struct *ptrMsg);
#endif //#ifndef _FT_FNC_MISC_H_