rtems: Move from <rtems.h> to <rtems/config.h>

Move configuration related declarations and definitions to
<rtems/config.h>.  The goal is to make <rtems.h> an include only header
file.
This commit is contained in:
Sebastian Huber
2020-09-18 18:55:09 +02:00
parent 96ea30f0c9
commit 5353ea89d7
4 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
#include "config.h"
#endif
#include <rtems.h>
#include <rtems/config.h>
#include <rtems/score/copyrt.h>
const char *rtems_get_version_string(void)