diff options
Diffstat (limited to 'include/shell.h')
-rw-r--r-- | include/shell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/shell.h b/include/shell.h new file mode 100644 index 00000000..9cb5d479 --- /dev/null +++ b/include/shell.h @@ -0,0 +1,2 @@ +EFI_STATUS +argsplit(EFI_HANDLE image, int *argc, CHAR16*** ARGV); |