You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
191 B
10 lines
191 B
8 years ago
|
#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
|