diff options
Diffstat (limited to 'lib/tbi/screen.h')
-rw-r--r-- | lib/tbi/screen.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/tbi/screen.h b/lib/tbi/screen.h index cff98a8..e97bf64 100644 --- a/lib/tbi/screen.h +++ b/lib/tbi/screen.h @@ -1,6 +1,11 @@ #ifndef UFM_TBI_SCREEN_H #define UFM_TBI_SCREEN_H +/* + EDK2 NOTE: All devices that support the Simple Text Output Protocol must + minimally support an 80x25 character mode. Additional modes are optional +*/ + #include <Uefi.h> struct screen |