Changes

Jump to navigation Jump to search
134 bytes added ,  17:19, 14 November 2017
Line 48: Line 48:  
== Ioctl ==
 
== Ioctl ==
 
Takes a 32bit fd, an u32 ioctl cmd, a type-0x21 input buffer, and a type-0x22 output buffer. Returns the output u32 error field.
 
Takes a 32bit fd, an u32 ioctl cmd, a type-0x21 input buffer, and a type-0x22 output buffer. Returns the output u32 error field.
 +
 +
The addr/size for send/recv buffers are only set when the associated direction bit is set in the ioctl cmd(addr/size = 0 otherwise).
    
== Close ==
 
== Close ==

Navigation menu