Loading drivers/staging/android/binder.h +1 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,7 @@ enum binder_driver_command_protocol { * Else you have acquired a primary reference on the object. */ BC_FREE_BUFFER = _IOW('c', 3, int), BC_FREE_BUFFER = _IOW('c', 3, void *), /* * void *: ptr to transaction data received on a read */ Loading Loading
drivers/staging/android/binder.h +1 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,7 @@ enum binder_driver_command_protocol { * Else you have acquired a primary reference on the object. */ BC_FREE_BUFFER = _IOW('c', 3, int), BC_FREE_BUFFER = _IOW('c', 3, void *), /* * void *: ptr to transaction data received on a read */ Loading