summaryrefslogtreecommitdiff
path: root/src/udev/udevadm-util.h
blob: 0b426e09f6a4c4ede5a800b28409673d8f8e42a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* 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);
}