nouveau/headers: typedef Nv void types

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
Karol Herbst 2022-06-01 13:15:30 +02:00 committed by Marge Bot
parent 2810d4cf6d
commit e47b0c42cc

View 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;