rt-thread-official/bsp/nios_ii/board.h

19 lines
360 B
C
Raw Normal View History

2013-01-08 22:40:58 +08:00
/*
* Copyright (c) 2006-2021, RT-Thread Development Team
2013-01-08 22:40:58 +08:00
*
* SPDX-License-Identifier: Apache-2.0
2013-01-08 22:40:58 +08:00
*
* Change Logs:
* Date Author Notes
* 2011-02-14 aozima first implementation for Nios II.
*/
#ifndef BOARD_H_INCLUDED
#define BOARD_H_INCLUDED
#include <rthw.h>
extern void rt_hw_board_init(void);
#endif // BOARD_H_INCLUDED