aboutsummaryrefslogtreecommitdiffstats
path: root/Library/UefiShellUfmCommandLib/actions.h
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-12-12 15:45:42 +0300
committerJoursoir <chat@joursoir.net>2021-12-12 15:49:50 +0300
commit635f388460372d954026fe0d71d64f6460ecab43 (patch)
tree21a2d962aaf28002ff77bbd5b4de9b920bac1040 /Library/UefiShellUfmCommandLib/actions.h
parentf53d57392a240abbea84905e28683576d2e696df (diff)
downloadufm-635f388460372d954026fe0d71d64f6460ecab43.tar.gz
ufm-635f388460372d954026fe0d71d64f6460ecab43.tar.bz2
ufm-635f388460372d954026fe0d71d64f6460ecab43.zip
actions: make frontend creation of directory
Diffstat (limited to 'Library/UefiShellUfmCommandLib/actions.h')
-rw-r--r--Library/UefiShellUfmCommandLib/actions.h1
1 files changed, 1 insertions, 0 deletions
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);