mirror of https://github.com/F-Stack/f-stack.git
19 lines
293 B
C
19 lines
293 B
C
/* SPDX-License-Identifier: BSD-3-Clause
|
|
* Copyright(c) 2019 Arm Limited
|
|
*/
|
|
|
|
#ifndef _RTE_TICKETLOCK_PPC_64_H_
|
|
#define _RTE_TICKETLOCK_PPC_64_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "generic/rte_ticketlock.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* _RTE_TICKETLOCK_PPC_64_H_ */
|