summaryrefslogtreecommitdiff
blob: 6a1bfafcbb1b69888c63007e96d47dcd103ece77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/include/drm/drm_mode.h b/include/drm/drm_mode.h
index dfc390e..49b3b54 100644
--- a/include/drm/drm_mode.h
+++ b/include/drm/drm_mode.h
@@ -308,11 +308,11 @@ struct drm_mode_crtc_lut {
 #define DRM_MODE_PAGE_FLIP_FLAGS DRM_MODE_PAGE_FLIP_EVENT
 
 struct drm_mode_crtc_page_flip {
-	uint32_t crtc_id;
-	uint32_t fb_id;
-	uint32_t flags;
-	uint32_t reserved;
-	uint64_t user_data;
+	__u32 crtc_id;
+	__u32 fb_id;
+	__u32 flags;
+	__u32 reserved;
+	__u64 user_data;
 };
 
 #endif