1 /* 2 * Copyright (c) 2020 HiSilicon (Shanghai) Technologies CO., LIMITED. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 * 文 件 名 : hmac_resource.h 15 * 生成日期 : 2015年1月31日 16 * 功能描述 : hmac_resource.c 的头文件 17 */ 18 19 20 #ifndef __HMAC_RESOURCE_H__ 21 #define __HMAC_RESOURCE_H__ 22 23 24 /***************************************************************************** 25 1 其他头文件包含 26 *****************************************************************************/ 27 #include "mac_resource_ext.h" 28 #include "mac_device_ext.h" 29 #include "hmac_main.h" 30 #include "hmac_device.h" 31 32 33 #ifdef __cplusplus 34 #if __cplusplus 35 extern "C" { 36 #endif 37 #endif 38 39 #undef THIS_FILE_ID 40 #define THIS_FILE_ID OAM_FILE_ID_HMAC_RESOURCE_H 41 42 #ifdef __cplusplus 43 #if __cplusplus 44 } 45 #endif 46 #endif 47 48 #endif /* end of mac_resource.h */ 49