diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-09-03 15:26:19 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-09-03 15:26:19 +0200 |
| commit | e5e674724ec527c45efaa1622d0e9a1618757ca3 (patch) | |
| tree | d7bd7a4d6c9b155b6828171b0a80be5b5bac79cd /kernel/time.h | |
| parent | fcfa7a7537ed76a63896ec5a9aa39cfc989d761c (diff) | |
system clock
Diffstat (limited to 'kernel/time.h')
| -rw-r--r-- | kernel/time.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/time.h b/kernel/time.h new file mode 100644 index 0000000..1c581c1 --- /dev/null +++ b/kernel/time.h @@ -0,0 +1,3 @@ +#include "lib/int/stdint.h" +volatile uint64_t task_system_clock; // from task.c + |
