Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec459f91 authored by Christopher Ferris's avatar Christopher Ferris Committed by Automerger Merge Worker
Browse files

Merge "Remove binder_extended_error structure." am: b125642b am: e7a2c404

parents 5c5d6306 e7a2c404
Loading
Loading
Loading
Loading
+0 −19
Original line number Original line Diff line number Diff line
@@ -100,23 +100,4 @@ struct binder_frozen_status_info {
#define BINDER_ENABLE_ONEWAY_SPAM_DETECTION _IOW('b', 16, __u32)
#define BINDER_ENABLE_ONEWAY_SPAM_DETECTION _IOW('b', 16, __u32)
#endif // BINDER_ENABLE_ONEWAY_SPAM_DETECTION
#endif // BINDER_ENABLE_ONEWAY_SPAM_DETECTION


#ifndef BINDER_GET_EXTENDED_ERROR
/* struct binder_extened_error - extended error information
 * @id:      identifier for the failed operation
 * @command: command as defined by binder_driver_return_protocol
 * @param:   parameter holding a negative errno value
 *
 * Used with BINDER_GET_EXTENDED_ERROR. This extends the error information
 * returned by the driver upon a failed operation. Userspace can pull this
 * data to properly handle specific error scenarios.
 */
struct binder_extended_error {
    __u32 id;
    __u32 command;
    __s32 param;
};

#define BINDER_GET_EXTENDED_ERROR _IOWR('b', 17, struct binder_extended_error)
#endif // BINDER_GET_EXTENDED_ERROR

#endif // _BINDER_MODULE_H_
#endif // _BINDER_MODULE_H_