Systemd/src/udev/udevadm-util.h
2020-11-09 13:25:50 +09:00

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