forked from Imagelibrary/rtems
testsuites: Include missing header files
This commit is contained in:
@@ -26,6 +26,8 @@
|
|||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "tmacros.h"
|
#include "tmacros.h"
|
||||||
|
|
||||||
|
#include <rtems/score/objectimpl.h>
|
||||||
|
|
||||||
void test1()
|
void test1()
|
||||||
{
|
{
|
||||||
bool auto_extend;
|
bool auto_extend;
|
||||||
|
|||||||
@@ -13,10 +13,11 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
|
|
||||||
#define CONFIGURE_INIT
|
#define CONFIGURE_INIT
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
|
||||||
|
#include <rtems/score/objectimpl.h>
|
||||||
|
|
||||||
/* These functions have both macro and function incarnations */
|
/* These functions have both macro and function incarnations */
|
||||||
#undef rtems_build_id
|
#undef rtems_build_id
|
||||||
extern rtems_id rtems_build_id(int api,int class,int node,int index);
|
extern rtems_id rtems_build_id(int api,int class,int node,int index);
|
||||||
|
|||||||
Reference in New Issue
Block a user