blob: a31c1650edef9f5770131915b84fe4baec504ea5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
/***
Copyright 2014 Tom Gundersen <teg@jklm.no>
***/
#include "sd-hwdb.h"
#include "util.h"
bool hwdb_validate(sd_hwdb *hwdb);
|