]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/udev/udev-watch.h
Merge pull request #18863 from keszybz/cmdline-escaping
[thirdparty/systemd.git] / src / udev / udev-watch.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 #pragma once
3
4 #include "sd-device.h"
5
6 int udev_watch_restore(int inotify_fd);
7 int udev_watch_begin(int inotify_fd, sd_device *dev);
8 int udev_watch_end(int inotify_fd, sd_device *dev);