summaryrefslogtreecommitdiff
path: root/src/udev/udevadm-util.h
blob: 59e89022a06d3267e721b27c162fd2e5aa330444 (plain)
1
2
3
4
5
6
/* SPDX-License-Identifier: GPL-2.0+ */
#pragma once

#include "sd-device.h"

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