mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 19:11:44 +08:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user