![]() |
|
|||
0001 #ifndef _LINUX_LOCKDEP_H 0002 #define _LINUX_LOCKDEP_H 0003 0004 #include <linux/spinlock.h> 0005 0006 struct lock_class_key { 0007 unsigned int a; 0008 }; 0009 0010 static inline void lockdep_set_class(spinlock_t *lock, 0011 struct lock_class_key *key) 0012 { 0013 } 0014 #endif /* _LINUX_LOCKDEP_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |