mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 10:28:54 +00:00
25 lines
403 B
C
25 lines
403 B
C
/*
|
|
* Copyright (c) 2022, Artinchip Technology Co., Ltd
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef __ARTINCHIP_AIC_HAL_H__
|
|
#define __ARTINCHIP_AIC_HAL_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "aic_hal_reset.h"
|
|
#include "aic_hal_clk.h"
|
|
#include "aic_hal_gpio.h"
|
|
#include "aic_hal_uart.h"
|
|
#include "aic_hal_ge.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* __ARTINCHIP_AIC_HAL_H__ */
|