forked from Imagelibrary/rtems
Ada95, gnat, go32
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include "conftbl.h"
|
||||
#include "gvar.h"
|
||||
|
||||
rtems_unsigned8 Partition_area[ 1024 ];
|
||||
rtems_unsigned8 Partition_area[ 1024 ] CPU_STRUCTURE_ALIGNMENT;
|
||||
|
||||
rtems_task Init(
|
||||
rtems_task_argument argument
|
||||
|
||||
@@ -14,8 +14,6 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <rtems/system.h>
|
||||
#include <rtems/config.h>
|
||||
#include <rtems/copyrt.h>
|
||||
@@ -47,6 +45,8 @@
|
||||
#include <rtems/wkspace.h>
|
||||
#include <rtems/mp.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
/* These are always defined by the executive.
|
||||
*
|
||||
* #include <rtems/copyrt.h>
|
||||
|
||||
Reference in New Issue
Block a user