Files
luban-lite-t3e-pro/bsp/artinchip/include/hal/aic_hal.h
刘可亮 7bbc029dae v1.0.0
2023-08-30 16:21:18 +08:00

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__ */