From edd62f8e7d00b56bd19217b56d0d2cdf3ef6c945 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Mon, 15 Nov 2021 19:12:06 +0300 Subject: move all sources to the right place --- Library/UefiShellUfmCommandLib/menu-bar.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Library/UefiShellUfmCommandLib/menu-bar.h (limited to 'Library/UefiShellUfmCommandLib/menu-bar.h') 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 + +struct screen; + +BOOLEAN init_menubar(struct screen *scr); +VOID free_menubar(VOID); + +#endif /* UFM_MENU_BAR_H */ -- cgit v1.2.3-18-g5258