forked from Imagelibrary/rtems
Move #include's out of extern "C" {}.
This commit is contained in:
@@ -22,13 +22,13 @@
|
||||
#ifndef _RTEMS_SCORE_OBJECT_H
|
||||
#define _RTEMS_SCORE_OBJECT_H
|
||||
|
||||
#include <rtems/score/chain.h>
|
||||
#include <rtems/score/isr.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <rtems/score/chain.h>
|
||||
#include <rtems/score/isr.h>
|
||||
|
||||
/**
|
||||
* The following type defines the control block used to manage
|
||||
* object names.
|
||||
|
||||
@@ -31,12 +31,12 @@
|
||||
*/
|
||||
/**@{*/
|
||||
|
||||
#include <rtems/score/object.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <rtems/score/object.h>
|
||||
|
||||
/** @brief Maximum Interval Length
|
||||
*
|
||||
* The following type defines the control block used to manage
|
||||
|
||||
Reference in New Issue
Block a user