- * ioctl(..., tVAddr MapTo)\r
- * \brief Request access to Framebuffer\r
- * \return Boolean Success\r
- * \r
- * Requests the driver to allow the user direct access to the\r
- * framebuffer by mapping it to the supplied address.\r
- * If the driver does not allow this boolean FALSE (0) is returned,\r
- * else if the call succeeds (and the framebuffer ends up mapped) boolean\r
- * TRUE (1) is returned.\r
+ * ioctl(..., tVideo_IOCtl_Bitmap *Image)\r
+ * \brief Sets the cursor image\r
+ * \return Boolean success\r
+ *\r
+ * Sets the graphics mode cursor image\r