]> git.proxmox.com Git - ceph.git/blame - ceph/src/spdk/dpdk/lib/librte_eal/arm/include/rte_ticketlock.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / lib / librte_eal / arm / include / rte_ticketlock.h
CommitLineData
9f95a23c
TL
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2019 Arm Limited
3 */
4
5#ifndef _RTE_TICKETLOCK_ARM_H_
6#define _RTE_TICKETLOCK_ARM_H_
7
8#ifndef RTE_FORCE_INTRINSICS
9# error Platform must be built with CONFIG_RTE_FORCE_INTRINSICS
10#endif
11
12#ifdef __cplusplus
13extern "C" {
14#endif
15
16#include "generic/rte_ticketlock.h"
17
18#ifdef __cplusplus
19}
20#endif
21
22#endif /* _RTE_TICKETLOCK_ARM_H_ */