diff options
Diffstat (limited to 'nvme-wrap.h')
-rw-r--r-- | nvme-wrap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nvme-wrap.h b/nvme-wrap.h index e44a4f2..f4bec98 100644 --- a/nvme-wrap.h +++ b/nvme-wrap.h @@ -32,7 +32,8 @@ int nvme_cli_identify_secondary_ctrl_list(struct nvme_dev *dev, __u32 nsid, __u16 ctrl_id, struct nvme_secondary_ctrl_list *sc_list); int nvme_cli_ns_mgmt_delete(struct nvme_dev *dev, __u32 nsid); -int nvme_cli_ns_mgmt_create(struct nvme_dev *dev, struct nvme_id_ns *ns, +int nvme_cli_ns_mgmt_create(struct nvme_dev *dev, + struct nvme_ns_mgmt_host_sw_specified *data, __u32 *nsid, __u32 timeout, __u8 csi); int nvme_cli_ns_attach(struct nvme_dev *dev, struct nvme_ns_attach_args *args); |