]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/hwdb-util.h
Merge pull request #30284 from YHNdnzj/fstab-wantedby-defaultdeps
[thirdparty/systemd.git] / src / shared / hwdb-util.h
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
23fbe14f
TG
2#pragma once
3
73c63957 4#include <stdbool.h>
23fbe14f 5
73c63957 6#include "sd-hwdb.h"
07630cea 7
f9b3b990 8bool hwdb_should_reload(sd_hwdb *hwdb);
6a34639e 9int hwdb_update(const char *root, const char *hwdb_bin_dir, bool strict, bool compat);
beff73f9 10int hwdb_query(const char *modalias, const char *root);
3d11b46b 11int hwdb_bypass(void);