summaryrefslogtreecommitdiffstats
path: root/src/udev/udevadm-util.h
blob: 91587c5492ad9fc1cb44292da30d69390f1051f5 (plain)
1
2
3
4
5
6
/* SPDX-License-Identifier: GPL-2.0-or-later */
#pragma once

#include "sd-device.h"

int find_device(const char *id, const char *prefix, sd_device **ret);