nouveau/headers: typedef Nv void types
authorKarol Herbst <kherbst@redhat.com>
Wed, 1 Jun 2022 11:15:30 +0000 (13:15 +0200)
committerMarge Bot <emma+marge@anholt.net>
Fri, 4 Aug 2023 21:31:53 +0000 (21:31 +0000)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>

src/nouveau/nvidia-headers/nvtypes.h

index 0ef6401..b8cc542 100644 (file)
@@ -6,6 +6,11 @@
 
 typedef bool NvBool;
 
+typedef uint8_t NvV8;
+typedef uint16_t NvV16;
+typedef uint32_t NvV32;
+typedef uint64_t NvV64;
+
 typedef uint8_t NvU8;
 typedef uint16_t NvU16;
 typedef uint32_t NvU32;