forked from Imagelibrary/rtems
config: Move includes out of extern "C" scope
This commit is contained in:
@@ -19,10 +19,6 @@
|
|||||||
#ifndef _RTEMS_CONFIG_H
|
#ifndef _RTEMS_CONFIG_H
|
||||||
#define _RTEMS_CONFIG_H
|
#define _RTEMS_CONFIG_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Unlimited object support. Changes the configuration table entry for POSIX
|
* Unlimited object support. Changes the configuration table entry for POSIX
|
||||||
* or RTEMS APIs to bounded only by the memory of the work-space.
|
* or RTEMS APIs to bounded only by the memory of the work-space.
|
||||||
@@ -41,6 +37,10 @@ extern "C" {
|
|||||||
#include <rtems/score/mpci.h>
|
#include <rtems/score/mpci.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
#define RTEMS_UNLIMITED_OBJECTS OBJECTS_UNLIMITED_OBJECTS
|
#define RTEMS_UNLIMITED_OBJECTS OBJECTS_UNLIMITED_OBJECTS
|
||||||
|
|
||||||
#define rtems_resource_unlimited(resource) \
|
#define rtems_resource_unlimited(resource) \
|
||||||
|
|||||||
Reference in New Issue
Block a user