/* * Copyright (c) 2020 HiSilicon (Shanghai) Technologies CO., LIMITED. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * 文 件 名 : hmac_resource.h * 生成日期 : 2015年1月31日 * 功能描述 : hmac_resource.c 的头文件 */ #ifndef __HMAC_RESOURCE_H__ #define __HMAC_RESOURCE_H__ /***************************************************************************** 1 其他头文件包含 *****************************************************************************/ #include "mac_resource_ext.h" #include "mac_device_ext.h" #include "hmac_main.h" #include "hmac_device.h" #ifdef __cplusplus #if __cplusplus extern "C" { #endif #endif #undef THIS_FILE_ID #define THIS_FILE_ID OAM_FILE_ID_HMAC_RESOURCE_H #ifdef __cplusplus #if __cplusplus } #endif #endif #endif /* end of mac_resource.h */