TianoCore EDK2 master
Loading...
Searching...
No Matches
SecureBootConfigDevicePath.c File Reference

Go to the source code of this file.

Functions

CHAR16 *EFIAPI DevicePathToStr (IN EFI_DEVICE_PATH_PROTOCOL *DevPath)
 

Detailed Description

Internal function defines the default device path string for SecureBoot configuration module.

Copyright (c) 2012 - 2013, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file SecureBootConfigDevicePath.c.

Function Documentation

◆ DevicePathToStr()

CHAR16 *EFIAPI DevicePathToStr ( IN EFI_DEVICE_PATH_PROTOCOL DevPath)

This function converts an input device structure to a Unicode string.

Parameters
[in]DevPathA pointer to the device path structure.
Returns
A new allocated Unicode string that represents the device path.

Definition at line 21 of file SecureBootConfigDevicePath.c.