aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/arch/x86/odp_cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/arch/x86/odp_cpu.h')
-rw-r--r--platform/linux-generic/arch/x86/odp_cpu.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/platform/linux-generic/arch/x86/odp_cpu.h b/platform/linux-generic/arch/x86/odp_cpu.h
new file mode 100644
index 000000000..2282285fc
--- /dev/null
+++ b/platform/linux-generic/arch/x86/odp_cpu.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: BSD-3-Clause
+ * Copyright (c) 2021 Nokia
+ */
+
+#ifndef ODP_X86_CPU_H_
+#define ODP_X86_CPU_H_
+
+#define _ODP_UNALIGNED 1
+
+#include <default/odp_cpu.h>
+
+#endif