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