575.51.02

This commit is contained in:
Bernhard Stoeckner
2025-04-17 19:35:38 +02:00
parent e8113f665d
commit 4159579888
1142 changed files with 309085 additions and 272273 deletions

View File

@@ -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
*/