aboutsummaryrefslogtreecommitdiffstats
path: root/Library/UefiShellUfmCommandLib/menu-bar.h
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-11-15 19:12:06 +0300
committerJoursoir <chat@joursoir.net>2021-11-15 19:12:06 +0300
commitedd62f8e7d00b56bd19217b56d0d2cdf3ef6c945 (patch)
treea8b095f66a70ac64cb44e036798ae955f1eea561 /Library/UefiShellUfmCommandLib/menu-bar.h
parent01c9c0c71bedbf8a82c20f41ab8b1d9f8b156af0 (diff)
downloadufm-edd62f8e7d00b56bd19217b56d0d2cdf3ef6c945.tar.gz
ufm-edd62f8e7d00b56bd19217b56d0d2cdf3ef6c945.tar.bz2
ufm-edd62f8e7d00b56bd19217b56d0d2cdf3ef6c945.zip
move all sources to the right place
Diffstat (limited to 'Library/UefiShellUfmCommandLib/menu-bar.h')
-rw-r--r--Library/UefiShellUfmCommandLib/menu-bar.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/Library/UefiShellUfmCommandLib/menu-bar.h b/Library/UefiShellUfmCommandLib/menu-bar.h
new file mode 100644
index 0000000..9012f9f
--- /dev/null
+++ b/Library/UefiShellUfmCommandLib/menu-bar.h
@@ -0,0 +1,17 @@
+#ifndef UFM_MENU_BAR_H
+#define UFM_MENU_BAR_H
+
+/*
+ * Menu bar:
+ * Located on the first line, occupies its entire length.
+ * At the moment, nothing is planned here, a reserve for the future
+*/
+
+#include <Uefi.h>
+
+struct screen;
+
+BOOLEAN init_menubar(struct screen *scr);
+VOID free_menubar(VOID);
+
+#endif /* UFM_MENU_BAR_H */