mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-02-24 17:03:58 +00:00
545.23.06
This commit is contained in:
@@ -445,6 +445,18 @@ NvlStatus nvlink_lib_unregister_link(nvlink_link *link);
|
||||
NvlStatus nvlink_lib_return_device_count_by_type(NvU32 deviceType, NvU32 *numDevices);
|
||||
|
||||
|
||||
/************************************************************************************************/
|
||||
/***************************** NVLink device management functions ******************************/
|
||||
/************************************************************************************************/
|
||||
|
||||
/*
|
||||
* Update UUID and deviceName in core library
|
||||
*/
|
||||
NvlStatus nvlink_lib_update_uuid_and_device_name(nvlink_device_info *devInfo,
|
||||
NvU8 *uuid,
|
||||
char *deviceName);
|
||||
|
||||
|
||||
/************************************************************************************************/
|
||||
/******************************* NVLink link management functions *******************************/
|
||||
/************************************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user