WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
alg_dmac_main.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2020-2022. All rights reserved.
3 * Description: Entry, initialization, and external interface definition of the algorithm module, depending on the DMAC
4 */
5
6#ifndef ALG_DMAC_MAIN_H
7#define ALG_DMAC_MAIN_H
8
9/******************************************************************************
10 1 其他头文件包含
11******************************************************************************/
12#include "alg_main_rom.h"
13
14#ifdef __cplusplus
15#if __cplusplus
16extern "C" {
17#endif
18#endif
19
22#ifdef _PRE_WLAN_FEATURE_INTF_DET
23osal_s32 alg_intf_det_start(dmac_vap_stru *dmac_vap, frw_msg *msg);
24#endif
25
26#ifdef __cplusplus
27#if __cplusplus
28}
29#endif
30#endif
31
32#endif /* end of alg_dmac_main.h */
osal_void alg_dmac_internal_hook_exit(osal_void)
osal_void alg_dmac_internal_hook_init(osal_void)
int osal_s32
Definition osal_types.h:19
void osal_void
Definition osal_types.h:29
Definition dmac_ext_if_rom.h:106
Definition frw_msg_rom.h:74