summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems/rtems/eventimpl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems: Use proper header guardSebastian Huber2013-07-261-2/+2
|
* rtems: Create event implementation headerSebastian Huber2013-07-231-0/+179
Move implementation specific parts of event.h, event.inl, eventset.h and eventset.inl into new header file eventimpl.h. The event.h contains now only the application visible API.