• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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  * Description: hmac_bsle.h
15  * Author:
16  * Create: 2022-10-13
17  */
18 
19 #ifndef __HMAC_BSLE_H__
20 #define __HMAC_BSLE_H__
21 
22 #ifdef _PRE_BSLE_GATEWAY
23 /*****************************************************************************
24   1 其他头文件包含
25 *****************************************************************************/
26 #include "oal_ext_if.h"
27 #include "hmac_ext_if.h"
28 
29 #ifdef __cplusplus
30 #if __cplusplus
31 extern "C" {
32 #endif
33 #endif
34 
35 #undef  THIS_FILE_ID
36 #define THIS_FILE_ID OAM_FILE_ID_HMAC_PSD_H
37 
38 #ifdef __cplusplus
39 #if __cplusplus
40 }
41 #endif
42 #endif
43 
44 #endif
45 #endif /* end of hmac_bsle.h */
46 
47