efi-boot-shim/include/shell.h
Peter Jones 1f1ec4cea8 Make sure all of our include files have proper guards.
... and make them all the same formatting too.

Signed-off-by: Peter Jones <pjones@redhat.com>
2018-03-12 16:21:43 -04:00

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 */