diff options
author | Karel Zak | 2018-10-16 15:52:13 +0200 |
---|---|---|
committer | Karel Zak | 2018-12-07 12:32:57 +0100 |
commit | 93c687d895752582bd95ef52a53684b346f2cc70 (patch) | |
tree | 799d203808d95026af6cc5ba0adbe90454cb1ba0 /include | |
parent | lsblk: reorder functions (diff) | |
download | kernel-qcow2-util-linux-93c687d895752582bd95ef52a53684b346f2cc70.tar.gz kernel-qcow2-util-linux-93c687d895752582bd95ef52a53684b346f2cc70.tar.xz kernel-qcow2-util-linux-93c687d895752582bd95ef52a53684b346f2cc70.zip |
lib/sysfs: add function to detect partitioned devices
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sysfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sysfs.h b/include/sysfs.h index 74f69fb9c..edda8ca99 100644 --- a/include/sysfs.h +++ b/include/sysfs.h @@ -97,6 +97,7 @@ dev_t sysfs_devname_to_devno(const char *name); dev_t __sysfs_devname_to_devno(const char *prefix, const char *name, const char *parent); char *sysfs_devno_to_devpath(dev_t devno, char *buf, size_t bufsiz); char *sysfs_devno_to_devname(dev_t devno, char *buf, size_t bufsiz); +int sysfs_devno_count_partitions(dev_t devno); int sysfs_blkdev_scsi_get_hctl(struct path_cxt *pc, int *h, int *c, int *t, int *l); char *sysfs_blkdev_scsi_host_strdup_attribute(struct path_cxt *pc, |