diff options
author | Laszlo Ersek <lersek@redhat.com> | 2019-09-06 23:40:37 +0200 |
---|---|---|
committer | Laszlo Ersek <lersek@redhat.com> | 2019-10-09 09:40:10 +0200 |
commit | 1b3115baad7fc4f5d0f2e57bd16d7902516e185b (patch) | |
tree | c108f628da24d8da15e197004d5d5db597a1d1ff /BaseTools/Source/Python/CommonDataClass/Exceptions.py | |
parent | c44501b313b3d2a28255d9ef5f8bc9644745859e (diff) | |
download | edk2-1b3115baad7fc4f5d0f2e57bd16d7902516e185b.tar.gz edk2-1b3115baad7fc4f5d0f2e57bd16d7902516e185b.tar.bz2 edk2-1b3115baad7fc4f5d0f2e57bd16d7902516e185b.zip |
ShellPkg: stop taking EFI_HANDLE in place of SHELL_FILE_HANDLE
The TouchFileByHandle() and IsDirectoryEmpty() functions are passed
SHELL_FILE_HANDLE parameters, and they use those parameters correctly.
However, their parameter lists say EFI_HANDLE.
Spell out the right type in the parameter lists.
In practice, this change is a no-op (because, quite regrettably, both
EFI_HANDLE and SHELL_FILE_HANDLE are specified to be typedefs of (VOID*)).
Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Zhichao Gao <zhichao.gao@intel.com>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/CommonDataClass/Exceptions.py')
0 files changed, 0 insertions, 0 deletions