summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/partimpl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Create object implementation headerSebastian Huber2013-07-261-0/+1
| | | | | | 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.
* rtems: Create part implementation headerSebastian Huber2013-07-231-0/+215
Move implementation specific parts of part.h and part.inl into new header file partimpl.h. The part.h contains now only the application visible API.