aboutsummaryrefslogtreecommitdiff
path: root/include/backend/drm/udev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/backend/drm/udev.h')
-rw-r--r--include/backend/drm/udev.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/backend/drm/udev.h b/include/backend/drm/udev.h
new file mode 100644
index 00000000..9bd4c0d0
--- /dev/null
+++ b/include/backend/drm/udev.h
@@ -0,0 +1,9 @@
+#ifndef UDEV_H
+#define UDEV_H
+
+bool otd_udev_start(struct otd *otd);
+void otd_udev_finish(struct otd *otd);
+void otd_udev_find_gpu(struct otd *otd);
+void otd_udev_event(struct otd *otd);
+
+#endif