]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/udev/udev-watch.h
udev: drop unnecessary brackets
[thirdparty/systemd.git] / src / udev / udev-watch.h
CommitLineData
70068602
YW
1/* SPDX-License-Identifier: GPL-2.0+ */
2#pragma once
3
4#include "sd-device.h"
5
6int udev_watch_init(void);
7int udev_watch_restore(void);
8int udev_watch_begin(sd_device *dev);
9int udev_watch_end(sd_device *dev);
10int udev_watch_lookup(int wd, sd_device **ret);