]> asedeno.scripts.mit.edu Git - linux.git/blob - kernel/locking/rwsem.h
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / kernel / locking / rwsem.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2
3 #ifndef __INTERNAL_RWSEM_H
4 #define __INTERNAL_RWSEM_H
5 #include <linux/rwsem.h>
6
7 extern void __down_read(struct rw_semaphore *sem);
8 extern void __up_read(struct rw_semaphore *sem);
9
10 #endif /* __INTERNAL_RWSEM_H */