X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fconsole.h;h=1040b95ec9a52ba6fa683f980ed84e5a262ee34c;hb=13d8e5d4035b90bf1ab8b1da115c7d6310c76526;hp=848445270b437f6e3cbb5e149a820f3065962745;hpb=fd48a66236f8d8f7bf081432e14c7ae1e8320940;p=palacios.git diff --git a/palacios/include/devices/console.h b/palacios/include/devices/console.h index 8484452..1040b95 100644 --- a/palacios/include/devices/console.h +++ b/palacios/include/devices/console.h @@ -34,6 +34,7 @@ struct v3_console_ops { int v3_cons_get_fb(struct vm_device * frontend_dev, uint8_t * dst, uint_t offset, uint_t length); +int v3_console_register_cga(struct vm_device * cga_dev, struct v3_console_ops * ops, void * private_data); #endif // ! __V3VEE__