diff options
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/sysevent/dev.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sys/sysevent/dev.h b/include/sys/sysevent/dev.h index 1117538d8..2418bbad4 100644 --- a/include/sys/sysevent/dev.h +++ b/include/sys/sysevent/dev.h @@ -244,6 +244,9 @@ extern "C" { #define DEV_PATH "path" #define DEV_IS_PART "is_slice" #define DEV_SIZE "dev_size" + +/* Size of the whole parent block device (if dev is a partition) */ +#define DEV_PARENT_SIZE "dev_parent_size" #endif /* __linux__ */ #define EV_V1 1 |