- Define lpohead even if userspace includes this file.
This commit is contained in:
parent
5d8dd7e60b
commit
db08a3eee2
@ -31,11 +31,10 @@
|
||||
#ifndef _SYS_LOCK_PROFILE_H_
|
||||
#define _SYS_LOCK_PROFILE_H_
|
||||
|
||||
#ifdef _KERNEL
|
||||
|
||||
struct lock_profile_object;
|
||||
LIST_HEAD(lpohead, lock_profile_object);
|
||||
|
||||
#ifdef _KERNEL
|
||||
#ifdef LOCK_PROFILING
|
||||
#include <sys/lock.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user