forked from Imagelibrary/rtems
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/debug.h, score/include/rtems/score/sysstate.h, score/include/rtems/score/timespec.h, score/inline/rtems/score/address.inl, score/inline/rtems/score/stack.inl, score/inline/rtems/score/states.inl: Add missing includes.
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
2011-02-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* score/include/rtems/debug.h, score/include/rtems/score/sysstate.h,
|
||||
score/include/rtems/score/timespec.h,
|
||||
score/inline/rtems/score/address.inl,
|
||||
score/inline/rtems/score/stack.inl,
|
||||
score/inline/rtems/score/states.inl: Add missing includes.
|
||||
* rtems/inline/rtems/rtems/attr.inl,
|
||||
rtems/inline/rtems/rtems/eventset.inl,
|
||||
rtems/inline/rtems/rtems/options.inl: Add missing includes.
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
#ifndef _RTEMS_DEBUG_H
|
||||
#define _RTEMS_DEBUG_H
|
||||
|
||||
#include <rtems/score/basedefs.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
#ifndef _RTEMS_SCORE_SYSSTATE_H
|
||||
#define _RTEMS_SCORE_SYSSTATE_H
|
||||
|
||||
#include <rtems/score/basedefs.h> /* SCORE_EXTERN */
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
*/
|
||||
/**@{*/
|
||||
|
||||
#include <stdbool.h> /* bool */
|
||||
#include <stdint.h> /* uint32_t */
|
||||
#include <time.h> /* struct timespec */
|
||||
|
||||
|
||||
@@ -23,6 +23,8 @@
|
||||
#ifndef _RTEMS_SCORE_ADDRESS_INL
|
||||
#define _RTEMS_SCORE_ADDRESS_INL
|
||||
|
||||
#include <rtems/score/basedefs.h>
|
||||
|
||||
/**
|
||||
* @addtogroup ScoreAddress
|
||||
* @{
|
||||
|
||||
@@ -23,6 +23,9 @@
|
||||
#ifndef _RTEMS_SCORE_STACK_INL
|
||||
#define _RTEMS_SCORE_STACK_INL
|
||||
|
||||
#include <rtems/score/basedefs.h> /* RTEMS_INLINE_ROUTINE */
|
||||
#include <rtems/score/cpu.h> /* CPU_STACK_ALIGNMENT */
|
||||
|
||||
/**
|
||||
* @addtogroup ScoreStack
|
||||
* @{
|
||||
|
||||
@@ -23,6 +23,8 @@
|
||||
#ifndef _RTEMS_SCORE_STATES_INL
|
||||
#define _RTEMS_SCORE_STATES_INL
|
||||
|
||||
#include <rtems/score/basedefs.h> /* RTEMS_INLINE_ROUTINE */
|
||||
|
||||
/**
|
||||
* @addtogroup ScoreStates
|
||||
* @{
|
||||
|
||||
Reference in New Issue
Block a user