Fixed build error in hipDeviceGetByPCIBusId

Change-Id: I33be362910c4c5dca7435fb9c41f427b54f0e9a7


[ROCm/hip commit: 34fcaa23bb]
This commit is contained in:
Rahul Garg
2017-07-01 07:56:30 +05:30
bovenliggende ba0215ad9f
commit 9498754cf6
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
@@ -1867,7 +1867,7 @@ hipError_t hipDeviceGetPCIBusId (char *pciBusId,int len,int device);
*
* @returns #hipSuccess, #hipErrorInavlidDevice, #hipErrorInvalidValue
*/
hipError_t hipDeviceGetByPCIBusId ( int* device,const int* pciBusId );
hipError_t hipDeviceGetByPCIBusId ( int* device,const char* pciBusId );
/**