mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
driver/abstime.c: add time_monotonic_us
Origin commit data
------------------
Branch: ni/coolstream
Commit: e7c5d8925f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-03-05 (Mon, 05 Mar 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#ifndef _ABS_TIME_H_
|
||||
#define _ABS_TIME_H_
|
||||
#ifdef __cplusplus
|
||||
@@ -6,6 +8,7 @@ extern "C"
|
||||
#endif
|
||||
extern time_t time_monotonic_ms(void);
|
||||
extern time_t time_monotonic(void);
|
||||
uint64_t time_monotonic_us(void);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user