forked from Imagelibrary/rtems
score: Include missing header files
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/score/apimutex.h>
|
||||
#include <rtems/score/coremuteximpl.h>
|
||||
|
||||
void _API_Mutex_Unlock(
|
||||
API_Mutex_Control *the_mutex
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
#if defined(RTEMS_SMP)
|
||||
|
||||
#include <rtems/score/smp.h>
|
||||
#include <rtems/bspsmp.h>
|
||||
|
||||
void _SMP_Handler_initialize(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user