X-Git-Url: https://code.delx.au/refind/blobdiff_plain/57d3fd65f57a9947245a5ecc504c6b06cf17c58f..f2ca6908795807bef841b1c98f10c47c831d2c41:/EfiLib/DevicePath.c diff --git a/EfiLib/DevicePath.c b/EfiLib/DevicePath.c index 75c666e..bfaf1c6 100644 --- a/EfiLib/DevicePath.c +++ b/EfiLib/DevicePath.c @@ -1159,7 +1159,7 @@ DevPathFvFilePath ( **/ VOID -DevPathRelativeOffsetRange ( +MyDevPathRelativeOffsetRange ( IN OUT POOL_PRINT *Str, IN VOID *DevPath ) @@ -1459,7 +1459,7 @@ DEVICE_PATH_STRING_TABLE DevPathTable[] = { { MEDIA_DEVICE_PATH, MEDIA_RELATIVE_OFFSET_RANGE_DP, - DevPathRelativeOffsetRange, + MyDevPathRelativeOffsetRange, }, { BBS_DEVICE_PATH,