From c449ba91eed64e2862cb1c1ac0627a4d5a7b511f Mon Sep 17 00:00:00 2001 From: Joursoir Date: Sat, 27 Nov 2021 12:15:39 +0300 Subject: tbi/screen: make screen_clear() --- Library/UefiShellUfmCommandLib/tbi/screen.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Library/UefiShellUfmCommandLib/tbi/screen.h') diff --git a/Library/UefiShellUfmCommandLib/tbi/screen.h b/Library/UefiShellUfmCommandLib/tbi/screen.h index e97bf64..fb0cd15 100644 --- a/Library/UefiShellUfmCommandLib/tbi/screen.h +++ b/Library/UefiShellUfmCommandLib/tbi/screen.h @@ -33,4 +33,13 @@ struct screen *prepare_screen(VOID); */ VOID forget_screen(struct screen *scr); +/* + * Clears the screen + * + * scr: the screen on which to operate + * + * return: VOID +*/ +VOID screen_clear(struct screen *scr); + #endif /* UFM_TBI_SCREEN_H */ -- cgit v1.2.3-18-g5258