summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-device/device-util.h
AgeCommit message (Collapse)Author
2015-04-16sd-device: add device-enumerator libraryTom Gundersen
2015-04-02libsystemd: add sd-device libraryTom Gundersen
This provides equivalent functionality to libudev-device, but in the systemd style. The public API only caters to creating sd_device objects from for devices that already exist in /sys, there is no support for listening for monitoring events or creating devices received over the udev netlink protocol. The private API contains the necessary functionality to make sd-device a drop-in replacement for libudev-device, but which we would not otherwise want to export.