mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-18 01:58:56 +00:00
v1.1.1
This commit is contained in:
20
target/g73x/scan/include/board.h
Normal file
20
target/g73x/scan/include/board.h
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* Copyright (c) 2022-2024, ArtInChip Technology Co., Ltd
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Authors: weilin.peng@artinchip.com
|
||||
*/
|
||||
|
||||
#ifndef __AIC_BOARD_H__
|
||||
#define __AIC_BOARD_H__
|
||||
|
||||
#include <rtconfig.h>
|
||||
|
||||
#if defined(KERNEL_RTTHREAD)
|
||||
#elif defined(KERNEL_FREERTOS)
|
||||
#elif defined(KERNEL_BAREMETAL)
|
||||
void aic_hw_board_init(void);
|
||||
#endif
|
||||
|
||||
#endif /* __AIC_BOARD_H__ */
|
||||
Reference in New Issue
Block a user