aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/arch/x86/odp_cpu.h
blob: 8f8f22daf46053913d0db1c5a6c372394d0fc0f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Copyright (c) 2021, Nokia
 * All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef ODP_X86_CPU_H_
#define ODP_X86_CPU_H_

#define _ODP_UNALIGNED 1

#include <default/odp_cpu.h>

#endif