GVM User Suite
User tools for the GVM open source project.
Data Fields
NvVersionCheck Struct Reference

RM API Version Check. More...

#include <types.h>

Data Fields

uint32_t cmd
 Command override (Allows you to hid the version). More...
 
uint32_t reply
 Reply if the driver is correct or not. More...
 
char version [64]
 Version for the driver. More...
 

Detailed Description

RM API Version Check.

NVIDIA requires a version check to ensure that the binary offsets are correct between the userland program and the kernel module.

Definition at line 33 of file types.h.

Field Documentation

◆ cmd

uint32_t NvVersionCheck::cmd

Command override (Allows you to hid the version).

Definition at line 34 of file types.h.

◆ reply

uint32_t NvVersionCheck::reply

Reply if the driver is correct or not.

Definition at line 35 of file types.h.

◆ version

char NvVersionCheck::version[64]

Version for the driver.

Definition at line 36 of file types.h.


The documentation for this struct was generated from the following file: