diff options
Diffstat (limited to 'usr/src/uts/common/sys/fem.h')
-rw-r--r-- | usr/src/uts/common/sys/fem.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/fem.h b/usr/src/uts/common/sys/fem.h index 9b3cd142e4..beb838fdfa 100644 --- a/usr/src/uts/common/sys/fem.h +++ b/usr/src/uts/common/sys/fem.h @@ -21,6 +21,8 @@ /* * Copyright 2010 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * + * Copyright 2013 Nexenta Systems, Inc. All rights reserved. */ #ifndef _SYS_FEM_H @@ -40,7 +42,7 @@ extern "C" { #endif -#ifdef _KERNEL +#if defined(_KERNEL) || defined(_FAKE_KERNEL) struct fs_operation_def; /* from vfs.h */ |