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