X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fconsole.h;h=848445270b437f6e3cbb5e149a820f3065962745;hp=70eeff774ee08aaa2e1eab3d74a4c03fb9607bbe;hb=2851c75eed75519b4d5eaa573cc2f27529dbf981;hpb=5a354421360c38d0f4d90f03c25296b2b35eec0e diff --git a/palacios/include/devices/console.h b/palacios/include/devices/console.h index 70eeff7..8484452 100644 --- a/palacios/include/devices/console.h +++ b/palacios/include/devices/console.h @@ -28,7 +28,7 @@ struct v3_console_ops { // filled in by the backend device int (*update_screen)(uint_t x, uint_t y, uint_t length, void * private_data); int (*update_cursor)(uint_t x, uint_t y, void * private_data); - int (*scroll)(uint_t rows, void * private_data); + int (*scroll)(int rows, void * private_data); };