diff options
Diffstat (limited to 'sys/geom/geom.h')
-rw-r--r-- | sys/geom/geom.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h index 6dfe745..e4c37b7 100644 --- a/sys/geom/geom.h +++ b/sys/geom/geom.h @@ -229,6 +229,11 @@ struct g_ioctl { #ifdef _KERNEL +struct g_kerneldump { + off_t offset; + off_t length; +}; + MALLOC_DECLARE(M_GEOM); static __inline void * |