summaryrefslogtreecommitdiffstats
path: root/src/kernel/tests/include/lapi/futex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/tests/include/lapi/futex.h')
-rw-r--r--src/kernel/tests/include/lapi/futex.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/kernel/tests/include/lapi/futex.h b/src/kernel/tests/include/lapi/futex.h
new file mode 100644
index 0000000..72209e4
--- /dev/null
+++ b/src/kernel/tests/include/lapi/futex.h
@@ -0,0 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+/*
+ * Copyright (c) 2015 Linux Test Project
+ */
+
+#ifndef LAPI_FUTEX_H__
+#define LAPI_FUTEX_H__
+
+#include <stdint.h>
+
+typedef volatile uint32_t futex_t;
+
+#endif /* LAPI_FUTEX_H__ */