WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hmac_bsle.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
3 * Description: hmac_bsle.h
4 * Author:
5 * Create: 2022-10-13
6 */
7
8#ifndef __HMAC_BSLE_H__
9#define __HMAC_BSLE_H__
10
11#ifdef _PRE_BSLE_GATEWAY
12/*****************************************************************************
13 1 其他头文件包含
14*****************************************************************************/
15#include "oal_ext_if.h"
16#include "hmac_ext_if.h"
17
18#ifdef __cplusplus
19#if __cplusplus
20extern "C" {
21#endif
22#endif
23
24#undef THIS_FILE_ID
25#define THIS_FILE_ID OAM_FILE_ID_HMAC_PSD_H
26
27#ifdef __cplusplus
28#if __cplusplus
29}
30#endif
31#endif
32
33#endif
34#endif /* end of hmac_bsle.h */
35