]> Git Repo - qemu.git/blobdiff - include/qemu/futex.h
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
[qemu.git] / include / qemu / futex.h
index bb7dc9e296c17e6790fcd2fcbb16a1c5ca23309e..91ae88966e12e939d9abca82f625c9a88e0b596d 100644 (file)
@@ -11,6 +11,9 @@
  *
  */
 
+#ifndef QEMU_FUTEX_H
+#define QEMU_FUTEX_H
+
 #include <sys/syscall.h>
 #include <linux/futex.h>
 
@@ -34,3 +37,5 @@ static inline void qemu_futex_wait(void *f, unsigned val)
         }
     }
 }
+
+#endif /* QEMU_FUTEX_H */
This page took 0.023781 seconds and 4 git commands to generate.