mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-22 06:47:12 -04:00
include/backend/session/dev_udev.h: prepare declarations
This commit is contained in:
parent
968e1277bc
commit
e706875432
1 changed files with 13 additions and 0 deletions
13
include/backend/session/dev_udev.h
Normal file
13
include/backend/session/dev_udev.h
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
#include <libudev.h>
|
||||||
|
#include <wayland-server-core.h>
|
||||||
|
|
||||||
|
#ifndef BACKEND_SESSION_DEV_UDEV_H
|
||||||
|
#define BACKEND_SESSION_DEV_UDEV_H
|
||||||
|
|
||||||
|
struct dev {
|
||||||
|
struct udev *udev;
|
||||||
|
struct udev_monitor *mon;
|
||||||
|
struct wl_event_source *udev_event;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
Loading…
Add table
Add a link
Reference in a new issue