score: Create object implementation header

Move implementation specific parts of object.h and object.inl into new
header file objectimpl.h.  The object.h contains now only the
application visible API.
This commit is contained in:
Sebastian Huber
2013-07-24 13:50:54 +02:00
parent 0c3edbf0cf
commit a2e3f33f39
199 changed files with 1194 additions and 1406 deletions

View File

@@ -11,9 +11,10 @@
#include "config.h"
#endif
#define __RTEMS_VIOLATE_KERNEL_VISIBILITY__
#include <tmacros.h>
#include <rtems/score/objectimpl.h>
/* forward declarations to avoid warnings */
rtems_task Init(rtems_task_argument argument);
void iterator(Thread_Control *thread);