]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/libsystemd/sd-hwdb/hwdb-util.h
949d9125e16d398a60cc15375930704bb578ab9a
[thirdparty/systemd.git] / src / libsystemd / sd-hwdb / hwdb-util.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 This file is part of systemd.
6
7 Copyright 2014 Tom Gundersen <teg@jklm.no>
8 ***/
9
10 #include "sd-hwdb.h"
11
12 #include "util.h"
13
14 bool hwdb_validate(sd_hwdb *hwdb);