mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
os/time: Documentation.
This commit is contained in:
parent
8f0082e810
commit
31ee6a1966
|
@ -3,6 +3,11 @@
|
|||
/*!
|
||||
* @file
|
||||
* @brief Wrapper around OS native time functions.
|
||||
*
|
||||
* These should be preferred over directly using native OS time functions in
|
||||
* potentially-portable code. Additionally, in most cases these are preferred
|
||||
* over timepoints from @ref time_state for general usage in drivers, etc.
|
||||
*
|
||||
* @author Drew DeVault <sir@cmpwn.com>
|
||||
* @author Jakob Bornecrantz <jakob@collabora.com>
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue