diff options
Diffstat (limited to 'sys/geom/geom.h')
-rw-r--r-- | sys/geom/geom.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h index d707a34..ab99c50 100644 --- a/sys/geom/geom.h +++ b/sys/geom/geom.h @@ -42,6 +42,8 @@ #include <sys/mutex.h> #include <sys/sx.h> #include <sys/queue.h> +#include <sys/ioccom.h> +#include <sys/sbuf.h> #ifndef _KERNEL /* @@ -284,4 +286,6 @@ extern struct sx topology_lock; #endif /* _KERNEL */ +#define GEOMGETCONF _IOWR('G', 0, struct sbuf) + #endif /* _GEOM_GEOM_H_ */ |