re-add console_get_height()

This commit is contained in:
Laurent Vivier 2004-02-21 01:56:19 +00:00
parent b08f2f1525
commit ccad19e151

View File

@ -17,6 +17,7 @@ extern unsigned long console_get_videobase();
extern unsigned long console_get_row_bytes();
extern unsigned long console_get_depth();
extern unsigned long console_get_width();
extern unsigned long console_get_height();
extern unsigned long console_get_video();
#endif