/* Copyright (c) 2014, Linaro Limited * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ /** * @file * * ODP RW Locks */ #ifndef ODP_PLAT_RWLOCK_H_ #define ODP_PLAT_RWLOCK_H_ #ifdef __cplusplus extern "C" { #endif #include #include #ifdef __cplusplus } #endif #endif /* ODP_RWLOCK_H_ */