os/time: Documentation.

This commit is contained in:
Ryan Pavlik 2020-03-02 13:59:06 -06:00
parent 8f0082e810
commit 31ee6a1966

View file

@ -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>
*