devlink: introduce line card info get message
[linux-2.6-microblaze.git] / include / uapi / linux / devlink.h
index cd57864..fb8c386 100644 (file)
@@ -136,6 +136,8 @@ enum devlink_command {
        DEVLINK_CMD_LINECARD_NEW,
        DEVLINK_CMD_LINECARD_DEL,
 
+       DEVLINK_CMD_LINECARD_INFO_GET,          /* can dump */
+
        /* add new commands above here */
        __DEVLINK_CMD_MAX,
        DEVLINK_CMD_MAX = __DEVLINK_CMD_MAX - 1