summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/sd-hwdb/hwdb-util.h
blob: 5afde7472342e947083c8fc7955f5669aabcdcd1 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once

#include <stdbool.h>

#include "sd-hwdb.h"

bool hwdb_validate(sd_hwdb *hwdb);
int hwdb_update(const char *root, const char *hwdb_bin_dir, bool strict, bool compat);
int hwdb_query(const char *modalias);