mirror of
https://github.com/seL4/seL4.git
synced 2026-04-05 06:49:54 +00:00
trivial: move MS_IN_S to utils.h
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
#define _STRINGIFY(a) #a
|
||||
#define STRINGIFY(a) _STRINGIFY(a)
|
||||
|
||||
/* time constants */
|
||||
#define MS_IN_S 1000llu
|
||||
|
||||
#ifndef __ASSEMBLER__
|
||||
|
||||
#define NULL ((void *)0)
|
||||
|
||||
Reference in New Issue
Block a user