mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-05 22:16:41 +00:00

... and make them all the same formatting too. Signed-off-by: Peter Jones <pjones@redhat.com>
8 lines
136 B
C
8 lines
136 B
C
#ifndef SHIM_SHELL_H
|
|
#define SHIM_SHELL_H
|
|
|
|
EFI_STATUS
|
|
argsplit(EFI_HANDLE image, int *argc, CHAR16*** ARGV);
|
|
|
|
#endif /* SHIM_SHELL_H */
|