Add an API to get the fd used by the kms
[platform/adaptation/renesas_rcar/wayland-kms.git] / wayland-kms-auth.h
1 #ifndef WAYLAND_KMS_AUTH_H
2 #define WAYLAND_KMS_AUTH_H
3
4 struct kms_auth;
5
6 struct kms_auth *kms_auth_init(struct wl_display *server);
7 int kms_auth_request(struct kms_auth *auth, uint32_t magic);
8
9 #endif