mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-24 12:21:57 +08:00
removed warning for implicit declaration of idtsim__exit()
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
#include <rtems.h>
|
||||
#include <bsp.h>
|
||||
|
||||
void idtsim__exit();
|
||||
|
||||
void bsp_cleanup( void )
|
||||
{
|
||||
idtsim__exit();
|
||||
|
||||
@@ -30,6 +30,8 @@
|
||||
#include <rtems.h>
|
||||
#include <bsp.h>
|
||||
|
||||
void idtsim__exit();
|
||||
|
||||
void bsp_cleanup( void )
|
||||
{
|
||||
idtsim__exit();
|
||||
|
||||
Reference in New Issue
Block a user