Files
luban-lite/bsp/artinchip/include/hal/aic_hal.h

27 lines
433 B
C
Raw Normal View History

2023-08-30 16:21:18 +08:00
/*
2025-01-08 19:12:06 +08:00
* Copyright (c) 2022-2024, ArtInChip Technology Co., Ltd
2023-08-30 16:21:18 +08:00
*
* 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"
2025-01-08 19:12:06 +08:00
#ifdef AIC_GE_DRV
2023-08-30 16:21:18 +08:00
#include "aic_hal_ge.h"
2025-01-08 19:12:06 +08:00
#endif
2023-08-30 16:21:18 +08:00
#ifdef __cplusplus
}
#endif
#endif /* __ARTINCHIP_AIC_HAL_H__ */