WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hmac_resource.h
浏览该文件的文档.
1/*
2 * Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2015-2023. All rights reserved.
3 * 文 件 名 : hmac_resource.h
4 * 生成日期 : 2015年1月31日
5 * 功能描述 : hmac_resource.c 的头文件
6 */
7
8
9#ifndef __HMAC_RESOURCE_H__
10#define __HMAC_RESOURCE_H__
11
12
13/*****************************************************************************
14 1 其他头文件包含
15*****************************************************************************/
16#include "mac_resource_ext.h"
17#include "mac_device_ext.h"
18#include "hmac_main.h"
19#include "hmac_device.h"
20
21
22#ifdef __cplusplus
23#if __cplusplus
24extern "C" {
25#endif
26#endif
27
28#undef THIS_FILE_ID
29#define THIS_FILE_ID OAM_FILE_ID_HMAC_RESOURCE_H
30
31#ifdef __cplusplus
32#if __cplusplus
33}
34#endif
35#endif
36
37#endif /* end of mac_resource.h */