mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-06 08:09:58 +00:00
575.51.02
This commit is contained in:
@@ -669,6 +669,19 @@ nvswitch_os_print
|
||||
...
|
||||
);
|
||||
|
||||
/*
|
||||
* Log the given error code via an OS-specifric programmatic API
|
||||
*/
|
||||
void
|
||||
NVSWITCH_PRINT_ATTRIB(3, 4)
|
||||
nvswitch_os_report_error
|
||||
(
|
||||
void *os_handle,
|
||||
NvU32 error_code,
|
||||
const char *fmt,
|
||||
...
|
||||
);
|
||||
|
||||
/*
|
||||
* "Registry" interface for dword
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user