]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/udev/udev-watch.h
Merge pull request #13360 from keszybz/udev-watch-more
[thirdparty/systemd.git] / src / udev / udev-watch.h
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);