aboutsummaryrefslogtreecommitdiff
path: root/include/backend/drm/udev.h
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-05-01 15:33:42 +1200
committerScott Anderson <ascent12@hotmail.com>2017-05-01 15:33:42 +1200
commit95a553dc51029406f9b52227e88ebd9f67b203a5 (patch)
treef39ddd4fa44d2e76fd4ea931a67a4fb8f340f98f /include/backend/drm/udev.h
parentaca13320b3e6df8cb575f64db736dc38b8b30ed2 (diff)
Moved headers to the correct place.
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