Sign in
zircon-guest
/
third_party
/
linux
/
50071aed9749ccbb7f65351a07707be8f654fa50
/
.
/
kernel
/
locking
/
rwsem.h
blob: 2534ce49f6480c670a7e8c8a0dfe22d2ee21452a [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
__INTERNAL_RWSEM_H
#define
__INTERNAL_RWSEM_H
#include
<linux/rwsem.h>
extern
void
__down_read
(
struct
rw_semaphore
*
sem
);
extern
void
__up_read
(
struct
rw_semaphore
*
sem
);
#endif
/* __INTERNAL_RWSEM_H */