70068602 YW |
1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | #pragma once |
3 | |
4 | #include "sd-device.h" |
5 | |
6 | int udev_watch_init(void); |
7 | int udev_watch_restore(void); |
8 | int udev_watch_begin(sd_device *dev); |
9 | int udev_watch_end(sd_device *dev); |
10 | int udev_watch_lookup(int wd, sd_device **ret); |