trivial: move MS_IN_S to utils.h

This commit is contained in:
Anna Lyons
2018-09-18 10:05:26 +10:00
parent 63a9e6bac5
commit ffbb278305
2 changed files with 4 additions and 1 deletions

View File

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