Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v239-32
/
.
/
src
/
udev
/
udevadm-util.h
blob: 0b426e09f6a4c4ede5a800b28409673d8f8e42a3 [
file
] [
log
] [
blame
] [
raw
]
/* SPDX-License-Identifier: GPL-2.0+ */
#pragma
once
/*
*/
#include
"udev.h"
struct
udev_device
*
find_device
(
struct
udev
*
udev
,
const
char
*
id
,
const
char
*
prefix
);
static
inline
void
print_version
(
void
)
{
printf
(
"%s\n"
,
PACKAGE_VERSION
);
}