- Define lpohead even if userspace includes this file.

This commit is contained in:
Jeff Roberson 2007-12-16 00:52:32 +00:00
parent 5d8dd7e60b
commit db08a3eee2

View File

@ -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>