/* * Copyright (c) 2021-2022, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2022-06-02 supperthomas first version */ #ifndef __BOARD_H__ #define __BOARD_H__ #include #ifdef __cplusplus extern "C" { #endif void rt_hw_board_init(void); #ifdef __cplusplus } #endif #endif