mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-07-15 06:42:41 +00:00
10 lines
185 B
C
10 lines
185 B
C
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
|
|
#ifndef SHIM_SHELL_H
|
|
#define SHIM_SHELL_H
|
|
|
|
EFI_STATUS
|
|
argsplit(EFI_HANDLE image, int *argc, CHAR16*** ARGV);
|
|
|
|
#endif /* SHIM_SHELL_H */
|