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