linuxOS_D21X/source/linux-5.10/tools/testing/radix-tree/linux/lockdep.h

12 lines
217 B
C
Raw Normal View History

2024-11-29 08:13:19 +00:00
#ifndef _LINUX_LOCKDEP_H
#define _LINUX_LOCKDEP_H
struct lock_class_key {
unsigned int a;
};
static inline void lockdep_set_class(spinlock_t *lock,
struct lock_class_key *key)
{
}
#endif /* _LINUX_LOCKDEP_H */