Systemd/src/udev/udevadm-util.h

7 lines
156 B
C

/* 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);