summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-02-07 03:20:07 +0000
committerscottl <scottl@FreeBSD.org>2004-02-07 03:20:07 +0000
commit29c3ba6eb5bcbeb15a3c63fac11e552962eb3ec9 (patch)
tree5fd03d84cfa13aa3e08909f6a13250e503da2616 /sys/dev/aac
parent2d2bdadf78a819ab47c2ca7f7b2203815de4a820 (diff)
downloadFreeBSD-src-29c3ba6eb5bcbeb15a3c63fac11e552962eb3ec9.zip
FreeBSD-src-29c3ba6eb5bcbeb15a3c63fac11e552962eb3ec9.tar.gz
Add an #ifdef _KERNEL so that this file can be used from userland.
Diffstat (limited to 'sys/dev/aac')
-rw-r--r--sys/dev/aac/aac_ioctl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/aac/aac_ioctl.h b/sys/dev/aac/aac_ioctl.h
index 1b798eb..9dac2ab 100644
--- a/sys/dev/aac/aac_ioctl.h
+++ b/sys/dev/aac/aac_ioctl.h
@@ -142,7 +142,7 @@ union aac_statrequest {
#define FSACTL_PROBE_CONTAINERS _IO('9', 83) /* Just guessing */
-
+#ifdef _KERNEL
/*
* Support for faking the "miniport" version.
*/
@@ -177,3 +177,4 @@ struct aac_query_disk {
char diskDeviceName[10];
u_int32_t UnMapped;
};
+#endif
OpenPOWER on IntegriCloud