forked from Imagelibrary/rtems
m68k/include/rtems/score/cpu.h: Add include of address.h
This commit is contained in:
@@ -222,6 +222,8 @@ typedef struct {
|
|||||||
#define _CPU_Context_Initialize_fp( _fp_area ) \
|
#define _CPU_Context_Initialize_fp( _fp_area ) \
|
||||||
memset( *(_fp_area), 0, sizeof( Context_Control_fp ) )
|
memset( *(_fp_area), 0, sizeof( Context_Control_fp ) )
|
||||||
#else
|
#else
|
||||||
|
#include <rtems/score/address.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* FP context save area for the M68881/M68882 and 68060 numeric
|
* FP context save area for the M68881/M68882 and 68060 numeric
|
||||||
* coprocessors.
|
* coprocessors.
|
||||||
|
|||||||
Reference in New Issue
Block a user