diff options
Diffstat (limited to 'RedfishPkg/Include/Library/RedfishHostInterfaceLib.h')
-rw-r--r-- | RedfishPkg/Include/Library/RedfishHostInterfaceLib.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/RedfishPkg/Include/Library/RedfishHostInterfaceLib.h b/RedfishPkg/Include/Library/RedfishHostInterfaceLib.h index 22a8f92..4b13282 100644 --- a/RedfishPkg/Include/Library/RedfishHostInterfaceLib.h +++ b/RedfishPkg/Include/Library/RedfishHostInterfaceLib.h @@ -3,6 +3,7 @@ (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>
Copyright (C) 2022 Advanced Micro Devices, Inc. All rights reserved.<BR>
+ Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
@@ -74,4 +75,17 @@ RedfishPlatformHostInterfaceNotification ( OUT EFI_GUID **InformationReadinessGuid
);
+/**
+ Get USB Serial Number.
+
+ @param[OUT] SerialNumber Pointer to retrieve complete serial number.
+
+ @retval EFI_SUCCESS Serial number is returned.
+ @retval Others Failed to get the serial number.
+**/
+EFI_STATUS
+RedfishPlatformHostInterfaceSerialNumber (
+ OUT CHAR8 **SerialNumber
+ );
+
#endif
|