summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/timestampimpl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove explicit file names from @fileSebastian Huber2019-02-281-1/+1
| | | | | | This makes the @file documentation independent of the actual file name. Update #3707.
* score: Avoid sbintime_t in API headersSebastian Huber2018-12-071-0/+302
The sbintime_t is a non-POSIX type and not visible if strict standard options are selected. Move implementation details from <rtems/score/timestamp.h> to <rtems/score/timestampimpl.h>. Update #3598.