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