summaryrefslogtreecommitdiffstats
path: root/misc-utils/lsblk.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc-utils/lsblk.h')
-rw-r--r--misc-utils/lsblk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc-utils/lsblk.h b/misc-utils/lsblk.h
index f8e10c7ce..7cb4e3eee 100644
--- a/misc-utils/lsblk.h
+++ b/misc-utils/lsblk.h
@@ -109,6 +109,7 @@ struct lsblk_device {
int discard; /* supports discard */
uint64_t size; /* device size */
+ int removable; /* unknown:-1, yes:1, not:0 */
unsigned int is_mounted : 1,
is_swap : 1,