summaryrefslogtreecommitdiff
path: root/sys/scsi/scsi_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi/scsi_debug.h')
-rw-r--r--sys/scsi/scsi_debug.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/scsi/scsi_debug.h b/sys/scsi/scsi_debug.h
index caf8b5db069..66f2e4890f8 100644
--- a/sys/scsi/scsi_debug.h
+++ b/sys/scsi/scsi_debug.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsi_debug.h,v 1.8 2004/01/25 00:09:20 krw Exp $ */
+/* $OpenBSD: scsi_debug.h,v 1.9 2008/11/10 18:04:41 deraadt Exp $ */
/* $NetBSD: scsi_debug.h,v 1.7 1996/10/12 23:23:16 christos Exp $ */
/*
@@ -6,6 +6,7 @@
*/
#ifndef _SCSI_SCSI_DEBUG_H
#define _SCSI_SCSI_DEBUG_H 1
+#ifdef _KERNEL
/*
* These are the new debug bits. (Sat Oct 2 12:46:46 WST 1993)
@@ -52,4 +53,5 @@ extern int scsidebug_buses, scsidebug_targets, scsidebug_luns, scsidebug_level;
#define SC_DEBUGN(A,B,C)
#endif
+#endif /* _KERNEL */
#endif /* _SCSI_SCSI_DEBUG_H */