| 28 | }; |
| 29 | |
| 30 | NVAPI_INTERFACE |
| 31 | NvAPI_Unload() { |
| 32 | if (!s_initialization_count) |
| 33 | return NVAPI_API_NOT_INITIALIZED; |
| 34 | s_initialization_count--; |
| 35 | return NVAPI_OK; |
| 36 | }; |
| 37 | |
| 38 | NVAPI_INTERFACE |
| 39 | NvAPI_SYS_GetDriverAndBranchVersion(NvU32 *pDriverVersion, |
nothing calls this directly
no outgoing calls
no test coverage detected