mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
nouveau/headers: typedef Nv void types
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
2810d4cf6d
commit
e47b0c42cc
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue