table of contents
other versions
- buster-backports 247.3-6~bpo10+1
- testing 247.3-6
- unstable 247.3-6
- experimental 249.3-3
SD-HWDB(3) | sd-hwdb | SD-HWDB(3) |
NAME¶
sd-hwdb - Read-only access to the hardware description databaseSYNOPSIS¶
#include <systemd/sd-hwdb.h>
pkg-config --cflags --libs libsystemd
DESCRIPTION¶
sd-hwdb.h allows read-only access the systemd database of hardware properties. See hwdb(7) and systemd-hwdb(8) for more information about the database.See sd_hwdb_new(3) and sd_hwdb_get(3) for information about the functions available.
NOTES¶
These APIs are implemented as a shared library, which can be compiled and linked to with the libsystemd pkg-config(1) file.SEE ALSO¶
systemd(1), systemd-udevd.service(8)systemd 247 |