config: Move includes out of extern "C" scope

This commit is contained in:
Sebastian Huber
2018-11-08 12:00:12 +01:00
parent 32953f904c
commit ea8cf79fb7

View File

@@ -19,10 +19,6 @@
#ifndef _RTEMS_CONFIG_H
#define _RTEMS_CONFIG_H
#ifdef __cplusplus
extern "C" {
#endif
/*
* Unlimited object support. Changes the configuration table entry for POSIX
* or RTEMS APIs to bounded only by the memory of the work-space.
@@ -41,6 +37,10 @@ extern "C" {
#include <rtems/score/mpci.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif
#define RTEMS_UNLIMITED_OBJECTS OBJECTS_UNLIMITED_OBJECTS
#define rtems_resource_unlimited(resource) \