1 #ifndef _LINUX_LOCAL_LOCK 2 #define _LINUX_LOCAL_LOCK 3 typedef struct { } local_lock_t; 4 5 static inline void local_lock(local_lock_t *lock) { } 6 static inline void local_unlock(local_lock_t *lock) { } 7 #define INIT_LOCAL_LOCK(x) { } 8 #endif 9
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.