1
0
Fork 0
mirror of https://github.com/hyprwm/wlroots-hyprland.git synced 2025-02-03 04:19:50 +01:00
wlroots-hyprland/include/wlr/backend/udev.h

10 lines
191 B
C
Raw Normal View History

2017-06-02 02:29:10 +02:00
#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