diff options
Diffstat (limited to 'usr/src/uts/common/sys/dkio.h')
-rw-r--r-- | usr/src/uts/common/sys/dkio.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/dkio.h b/usr/src/uts/common/sys/dkio.h index caf7d7976d..8d913d8974 100644 --- a/usr/src/uts/common/sys/dkio.h +++ b/usr/src/uts/common/sys/dkio.h @@ -230,6 +230,11 @@ struct dk_callback { */ #define DKIOCHOTPLUGGABLE (DKIOC|35) /* is hotpluggable */ +#if defined(__i386) || defined(__amd64) +/* ioctl to write extended partition structure into the disk */ +#define DKIOCSETEXTPART (DKIOC|46) +#endif + /* * Ioctl to force driver to re-read the alternate partition and rebuild * the internal defect map. |