Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar...
[linux-2.6-block.git] / kernel / locking / rwsem.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
a8654596 2
5dec94d4
WL
3#ifndef __INTERNAL_RWSEM_H
4#define __INTERNAL_RWSEM_H
5#include <linux/rwsem.h>
19c5d690 6
5dec94d4
WL
7extern void __down_read(struct rw_semaphore *sem);
8extern void __up_read(struct rw_semaphore *sem);
5149cbac 9
5dec94d4 10#endif /* __INTERNAL_RWSEM_H */