other versions
STRUCT W1_NETLINK_CM(9) | W1 API internal to the kernel | STRUCT W1_NETLINK_CM(9) |
NAME¶
struct_w1_netlink_cmd - holds the command and dataSYNOPSIS¶
struct w1_netlink_cmd { __u8 cmd; __u8 res; __u16 len; __u8 data; };
MEMBERS¶
__u8 cmdone of enum w1_commands
__u8 res
reserved
__u16 len
length of data following w1_netlink_cmd
__u8 data
start address of any following data
DESCRIPTION¶
One or more struct w1_netlink_cmd is placed starting at w1_netlink_msg.data each with optional data.AUTHOR¶
David Fries <David@Fries.net>Author.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |