xref: /utopia/UTPA2-700.0.x/modules/dscmb/api/nsk2hdi/nsk2hdx_header.h (revision 53ee8cc121a030b8d368113ac3e966b4705770ef)
1 
2 #ifndef NSK2HDX_HEADER_H_
3 #define NSK2HDX_HEADER_H_
4 
5 #include "MsCommon.h"
6 
7 
8 typedef struct
9 {
10     MS_BOOL     b8024OnChip;
11     MS_U32      DelayTime;
12 } SC_Init_Paras_t;
13 
14 typedef struct
15 {
16     MS_U32 u32SrcFrom;
17     MS_U32 u32SrcType;
18 } EMM_Init_Paras_t;
19 
20 MS_BOOL NSK2_SC_Init(SC_Init_Paras_t *pInitPara);
21 MS_U32 NSK2_ECMFLT_Init(void);
22 MS_U32 NSK2_EMMFLT_Init(EMM_Init_Paras_t *pInitPara);
23 
24 #endif /*NSK2HDX_HEADER_H_*/
25 
26