aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr/backend.h')
-rw-r--r--include/wlr/backend.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/wlr/backend.h b/include/wlr/backend.h
new file mode 100644
index 00000000..527efa05
--- /dev/null
+++ b/include/wlr/backend.h
@@ -0,0 +1,7 @@
+#ifndef _WLR_BACKEND_H
+#define _WLR_BACKEND_H
+
+struct wlr_backend *wlr_backend_init();
+void wlr_backend_free(struct wlr_backend *backend);
+
+#endif