Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #undef LOCK
0003 #define LOCK        RL
0004 
0005 #undef UNLOCK
0006 #define UNLOCK      RU
0007 
0008 #undef RLOCK
0009 #define RLOCK       RL
0010 
0011 #undef WLOCK
0012 #define WLOCK       WL
0013 
0014 #undef INIT
0015 #define INIT        RWI