1 2 3 4 5 6 7 8
#ifndef BACKEND_H #define BACKEND_H #include <wlr/backend.h> int backend_get_drm_fd(struct wlr_backend *backend); #endif