TianoCore EDK2 master
|
#include "OpalHii.h"
Go to the source code of this file.
Functions | |
EFI_HANDLE | HiiGetDriverImageHandleCB (VOID) |
VOID * | HiiGetDiskContextCB (UINT8 DiskIndex) |
OPAL_DISK * | HiiGetOpalDiskCB (UINT8 DiskIndex) |
CHAR8 * | HiiDiskGetNameCB (UINT8 DiskIndex) |
Callbacks required by the HII of the Opal UEFI Driver to help display Opal device information.
Copyright (c) 2016 - 2019, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file OpalHiiCallbacks.c.
CHAR8 * HiiDiskGetNameCB | ( | UINT8 | DiskIndex | ) |
Returns the disk name.
DiskIndex | Input the disk index. |
Returns | the disk name. |
Definition at line 97 of file OpalHiiCallbacks.c.
VOID * HiiGetDiskContextCB | ( | UINT8 | DiskIndex | ) |
Returns the opaque pointer to a physical disk context.
DiskIndex | Input the disk index. |
The | device pointer. |
Definition at line 35 of file OpalHiiCallbacks.c.
EFI_HANDLE HiiGetDriverImageHandleCB | ( | VOID | ) |
Get the driver image handle.
the | driver image handle. |
Definition at line 19 of file OpalHiiCallbacks.c.
OPAL_DISK * HiiGetOpalDiskCB | ( | UINT8 | DiskIndex | ) |
Returns the opaque pointer to a physical disk context.
DiskIndex | Input the disk index. |
The | device pointer. |
Definition at line 70 of file OpalHiiCallbacks.c.