forked from Imagelibrary/rtems
Include missing <rtems/score/threaddispatch.h>
This commit is contained in:
@@ -8,11 +8,11 @@
|
||||
* http://www.rtems.com/license/LICENSE.
|
||||
*/
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/score/apiext.h>
|
||||
|
||||
#include <bsp/vectors.h>
|
||||
|
||||
#include <rtems/score/apiext.h>
|
||||
#include <rtems/score/threaddispatch.h>
|
||||
|
||||
/* Provide temp. storage space for a few registers.
|
||||
* This is used by the assembly code prior to setting up
|
||||
* the stack.
|
||||
|
||||
@@ -19,6 +19,8 @@
|
||||
|
||||
#include <bsp/vectors.h>
|
||||
|
||||
#include <rtems/score/threaddispatch.h>
|
||||
|
||||
#ifndef __SPE__
|
||||
#define GET_GPR(gpr) (gpr)
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user