summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/clockdrv.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clock: Simplify driver initializationSebastian Huber2019-12-111-14/+25
| | | | | | Use a system initialization handler instead of a legacy IO driver. Update #3834.
* clock: Remove Clock_exit() from APISebastian Huber2019-12-111-2/+0
| | | | | | | This function is no longer supported by the standard clock driver implementation (clockimpl.h). Update #3436.
* Move various driver interface definition headers file libcsupport/ to include/Joel Sherrill2016-03-301-0/+49
These were in libcsupport for historical reasons and the placement no longer made sense. As part of this move, some of the files were placed under subdirectories which reflect their installed location. Thank you git for allowing us to move files. Years of CVS resulted in files being somewhere they no longer belonged.