• 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: hmac_csi
15  * Author:
16  * Create: 2022-09-20
17  */
18 
19 #ifndef __HMAC_CSI_H__
20 #define __HMAC_CSI_H__
21 
22 /*****************************************************************************
23   1 其他头文件包含
24 *****************************************************************************/
25 
26 #include "oal_ext_if.h"
27 #include "frw_ext_if.h"
28 #include "hmac_vap.h"
29 #include "mac_device_ext.h"
30 #include "hmac_device.h"
31 #include "hal_csi.h"
32 #include "wlan_types_common.h"
33 #include "hmac_feature_interface.h"
34 
35 #ifdef __cplusplus
36 #if __cplusplus
37 extern "C" {
38 #endif
39 #endif
40 
41 #undef  THIS_FILE_ID
42 #define THIS_FILE_ID OAM_FILE_ID_HMAC_CSI_H
43 
44 /*****************************************************************************
45   2 函数声明
46 *****************************************************************************/
47 typedef osal_void (*hmac_csi_exit_cb)(osal_void);
48 
49 static osal_u32 hmac_csi_init_weakref(osal_void) __attribute__ ((weakref("hmac_csi_init"), used));
50 static osal_void hmac_csi_deinit_weakref(osal_void) __attribute__ ((weakref("hmac_csi_deinit"), used));
51 
52 #ifdef __cplusplus
53 #if __cplusplus
54 }
55 #endif
56 #endif
57 
58 #endif /* end of dmac_csi_rom.h */
59