rtems: Create ratemon implementation header

Move implementation specific parts of ratemon.h and ratemon.inl into
new header file ratemonimpl.h.  The ratemon.h contains now only the
application visible API.
This commit is contained in:
Sebastian Huber
2013-07-23 15:12:54 +02:00
parent d19c535205
commit ecdcf01add
22 changed files with 313 additions and 312 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
#include <rtems/rtems/mp.h>
#endif
#include <rtems/rtems/part.h>
#include <rtems/rtems/ratemon.h>
#include <rtems/rtems/ratemonimpl.h>
#include <rtems/rtems/region.h>
#include <rtems/rtems/semimpl.h>
#include <rtems/rtems/signal.h>