summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/svga_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/svga_types.h')
-rw-r--r--drivers/gpu/drm/vmwgfx/svga_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/vmwgfx/svga_types.h b/drivers/gpu/drm/vmwgfx/svga_types.h
index 55836dedcfc2..1186898208ed 100644
--- a/drivers/gpu/drm/vmwgfx/svga_types.h
+++ b/drivers/gpu/drm/vmwgfx/svga_types.h
@@ -40,6 +40,9 @@ typedef uint16_t uint16;
typedef uint32_t uint32;
typedef uint8_t uint8;
typedef int32_t int32;
+typedef uint64_t uint64;
typedef bool Bool;
+typedef uint64 PA;
+typedef uint32 SVGAMobId;
#endif