From 635f388460372d954026fe0d71d64f6460ecab43 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Sun, 12 Dec 2021 15:45:42 +0300 Subject: actions: make frontend creation of directory --- Library/UefiShellUfmCommandLib/actions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/UefiShellUfmCommandLib/actions.h') diff --git a/Library/UefiShellUfmCommandLib/actions.h b/Library/UefiShellUfmCommandLib/actions.h index c6a7031..57e967c 100644 --- a/Library/UefiShellUfmCommandLib/actions.h +++ b/Library/UefiShellUfmCommandLib/actions.h @@ -24,6 +24,7 @@ BOOLEAN execute(VOID); BOOLEAN mark(VOID); BOOLEAN edit(VOID); BOOLEAN hexedit(VOID); +BOOLEAN mkdir(VOID); BOOLEAN show_filesystems(VOID); BOOLEAN do_nothing(VOID); BOOLEAN quit(VOID); -- cgit v1.2.3-18-g5258