mirror of
https://github.com/systemd/systemd.git
synced 2025-01-27 18:04:05 +03:00
kdbus: update kdbus.h from upstream
This commit is contained in:
parent
e41e194340
commit
2e3ffafcab
@ -405,12 +405,9 @@ enum kdbus_cmd {
|
||||
KDBUS_CMD_BUS_MAKE = _IOWR(KDBUS_IOC_MAGIC, 0x00, struct kdbus_cmd_bus_make),
|
||||
KDBUS_CMD_NS_MAKE = _IOWR(KDBUS_IOC_MAGIC, 0x10, struct kdbus_cmd_ns_make),
|
||||
|
||||
/* kdbus control node commands: require bus owner state */
|
||||
KDBUS_CMD_BUS_POLICY_SET = _IOWR(KDBUS_IOC_MAGIC, 0x20, struct kdbus_cmd_policy),
|
||||
|
||||
/* kdbus ep node commands: require unset state */
|
||||
KDBUS_CMD_EP_MAKE = _IOWR(KDBUS_IOC_MAGIC, 0x30, struct kdbus_cmd_ep_make),
|
||||
KDBUS_CMD_HELLO = _IOWR(KDBUS_IOC_MAGIC, 0x31, struct kdbus_cmd_hello),
|
||||
KDBUS_CMD_EP_MAKE = _IOWR(KDBUS_IOC_MAGIC, 0x20, struct kdbus_cmd_ep_make),
|
||||
KDBUS_CMD_HELLO = _IOWR(KDBUS_IOC_MAGIC, 0x30, struct kdbus_cmd_hello),
|
||||
|
||||
/* kdbus ep node commands: require connected state */
|
||||
KDBUS_CMD_MSG_SEND = _IOWR(KDBUS_IOC_MAGIC, 0x40, struct kdbus_msg),
|
||||
|
Loading…
x
Reference in New Issue
Block a user