summaryrefslogtreecommitdiffstats
path: root/arch/kvx/include/asm/posix_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/kvx/include/asm/posix_types.h')
-rw-r--r--arch/kvx/include/asm/posix_types.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/kvx/include/asm/posix_types.h b/arch/kvx/include/asm/posix_types.h
new file mode 100644
index 0000000000..fc650c326c
--- /dev/null
+++ b/arch/kvx/include/asm/posix_types.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Copyright (C) 2019 Kalray Inc.
+ */
+
+#ifndef _ASM_KVX_POSIX_TYPES_H
+#define _ASM_KVX_POSIX_TYPES_H
+
+#include <asm-generic/posix_types.h>
+
+#endif /* _ASM_KVX_POSIX_TYPES_H */
+