start work on enabling VMCORE and adding support in ustd
[ust.git] / share / kernelcompat.h
index b7c119bfcdddea0586e6faa01ab8b2525eb32eef..c0f4c9938c47a1959bcd5114036db63519ea1d3c 100644 (file)
@@ -6,6 +6,7 @@
 #include "compiler.h"
 
 #include <string.h>
+#include <sys/time.h>
 
 #define container_of(ptr, type, member) ({                      \
         const typeof( ((type *)0)->member ) *__mptr = (ptr);    \
@@ -131,8 +132,6 @@ static int atomic_read(atomic_t *p)
 #define atomic_long_set atomic_set
 #define atomic_long_read atomic_read
 
-#include "asm.h"
-
 //#define __xg(x) ((volatile long *)(x))
 
 #define cmpxchg(ptr, o, n)                                             \
This page took 0.022528 seconds and 4 git commands to generate.