aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
Diffstat (limited to 'include/backend')
-rw-r--r--include/backend/backend.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/backend/backend.h b/include/backend/backend.h
new file mode 100644
index 00000000..f920cc9f
--- /dev/null
+++ b/include/backend/backend.h
@@ -0,0 +1,8 @@
+#ifndef BACKEND_H
+#define BACKEND_H
+
+#include <wlr/backend.h>
+
+int backend_get_drm_fd(struct wlr_backend *backend);
+
+#endif