diff options
Diffstat (limited to 'Library/UefiShellUfmCommandLib/tbi/screen.h')
-rw-r--r-- | Library/UefiShellUfmCommandLib/tbi/screen.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 */ |