aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/backend/udev.h
blob: 387a63e64fd342cc0bf303036c5741dafb8b8d0b (plain)
1
2
3
4
5
6
7
8
9
#ifndef _WLR_BACKEND_UDEV_H
#define _WLR_BACKEND_UDEV_H

struct wlr_udev;

struct wlr_udev *wlr_udev_create(struct wl_display *display);
void wlr_udev_destroy(struct wlr_udev *udev);

#endif