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 */ 15 16 /** @defgroup osa OS APIs */ 17 /** @defgroup drivers Driver APIs */ 18 /** @defgroup system System management APIs */ 19 /** @defgroup hi_wifi WIFI APIs */ 20 /** @defgroup iot_secure Secure C library APIs */ 21 22 #ifndef __HI_MDM_H__ 23 #define __HI_MDM_H__ 24 #include <hi_types.h> 25 #include <hi_mdm_types.h> 26 #include <hi_ft_nv.h> 27 #include <hi_sal_nv.h> 28 #include <hi_cpu.h> 29 #include <hi_isr.h> 30 #include <hi_msg.h> 31 #include <hi_time.h> 32 #include <hi_timer.h> 33 #include <hi_event.h> 34 #include <hi_mem.h> 35 #include <hi_sem.h> 36 #include <hi_task.h> 37 #include <hi_nv.h> 38 #include <hi_io.h> 39 #include <hi_stdlib.h> 40 #include <hi_uart.h> 41 #include <hi_cipher.h> 42 #include <hi_efuse.h> 43 #include <hi_flash.h> 44 #include <hi_crc.h> 45 #include <hi_upg_api.h> 46 47 #endif /* __HI_MDM_H__ */ 48 49