Michael Zoran <mzo...@crowfest.net> writes:

> The vchi_msg_queue function which is used by other drivers
> to queue a message is difficult to understand and overly
> generic. Remove it and replace it with two more specific functions.
>
> int
> vchi_queue_kernel_message(VCHI_SERVICE_HANDLE_T handle,
>                           void *data,
>                           unsigned int size)
>
> int
> vchi_queue_user_message(VCHI_SERVICE_HANDLE_T handle,
>                         void __user *data,
>                         unsigned int size)

This is much nicer than the old interface, thanks.

Reviewed-by: Eric Anholt <e...@anholt.net>

Attachment: signature.asc
Description: PGP signature

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to