aboutsummaryrefslogtreecommitdiff
path: root/backend/drm/udev.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/drm/udev.h')
-rw-r--r--backend/drm/udev.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/backend/drm/udev.h b/backend/drm/udev.h
deleted file mode 100644
index 9bd4c0d0..00000000
--- a/backend/drm/udev.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#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