forked from Imagelibrary/rtems
sapi: Create extension implementation header
Move implementation specific parts of extension.h and extension.inl into new header file extensionimpl.h. The extension.h contains now only the application visible API.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include <rtems/rtems/tasks.h>
|
||||
#include <rtems/rtems/dpmem.h>
|
||||
#include <rtems/rtems/event.h>
|
||||
#include <rtems/extension.h>
|
||||
#include <rtems/extensionimpl.h>
|
||||
#include <rtems/fatal.h>
|
||||
#include <rtems/init.h>
|
||||
#include <rtems/score/isr.h>
|
||||
@@ -277,7 +277,7 @@ uninitialized =
|
||||
|
||||
/*eventset.h*/ 0 +
|
||||
|
||||
/*extension.h*/ (sizeof _Extension_Information) +
|
||||
/*extensionimpl.h*/ (sizeof _Extension_Information) +
|
||||
|
||||
/*fatal.h*/ 0 +
|
||||
|
||||
|
||||
Reference in New Issue
Block a user