gpio: of: Break out OF-only code
[linux/fpc-iii.git] / kernel / locking / rwsem.h
blob2534ce49f6480c670a7e8c8a0dfe22d2ee21452a
1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef __INTERNAL_RWSEM_H
4 #define __INTERNAL_RWSEM_H
5 #include <linux/rwsem.h>
7 extern void __down_read(struct rw_semaphore *sem);
8 extern void __up_read(struct rw_semaphore *sem);
10 #endif /* __INTERNAL_RWSEM_H */