summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/sys/timetc.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* timecounter: Port to RTEMSAlexander Krutwig2015-05-201-0/+2
| | | | | | New test sptests/timecounter01. Update #2271.
* timecounter: Use uint32_t instead of u_intAlexander Krutwig2015-05-191-2/+2
| | | | | | | FreeBSD assumes that u_int is a 32-bit integer type. This is wrong for some 16-bit targets supported by RTEMS. Update #2271.
* timecounter: Import from FreeBSDAlexander Krutwig2015-05-191-0/+89
Update #2271.