• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright (c) 2020 HiSilicon (Shanghai) Technologies CO., LIMITED.
3  * Licensed under the Apache License, Version 2.0 (the "License");
4  * you may not use this file except in compliance with the License.
5  * You may obtain a copy of the License at
6  *
7  *     http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  * Description: Header file for hmac_reset.c.
15  * Create: 2021-12-15
16  */
17 
18 
19 #ifndef __HMAC_RESET_H__
20 #define __HMAC_RESET_H__
21 
22 /*****************************************************************************
23   1 其他头文件包含
24 *****************************************************************************/
25 #include "mac_vap_ext.h"
26 
27 
28 #ifdef __cplusplus
29 #if __cplusplus
30 extern "C" {
31 #endif
32 #endif
33 
34 #undef  THIS_FILE_ID
35 #define THIS_FILE_ID OAM_FILE_ID_HMAC_RESET_H
36 /*****************************************************************************
37   2 宏定义
38 *****************************************************************************/
39 
40 
41 /*****************************************************************************
42   3 枚举定义
43 *****************************************************************************/
44 
45 
46 /*****************************************************************************
47   4 全局变量声明
48 *****************************************************************************/
49 
50 
51 /*****************************************************************************
52   5 消息头定义
53 *****************************************************************************/
54 
55 
56 /*****************************************************************************
57   6 消息定义
58 *****************************************************************************/
59 
60 
61 /*****************************************************************************
62   7 STRUCT定义
63 *****************************************************************************/
64 
65 
66 /*****************************************************************************
67   8 UNION定义
68 *****************************************************************************/
69 
70 
71 /*****************************************************************************
72   9 OTHERS定义
73 *****************************************************************************/
74 
75 
76 /*****************************************************************************
77   10 函数声明
78 *****************************************************************************/
79 
80 #ifdef __cplusplus
81 #if __cplusplus
82 }
83 #endif
84 #endif
85 
86 #endif /* end of hmac_reset.h */
87