diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/nvme.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nvme.h b/include/linux/nvme.h index 8119a476cb29..5bc29197d90e 100644 --- a/include/linux/nvme.h +++ b/include/linux/nvme.h | |||
| @@ -165,6 +165,7 @@ int nvme_set_features(struct nvme_dev *dev, unsigned fid, unsigned dword11, | |||
| 165 | struct sg_io_hdr; | 165 | struct sg_io_hdr; |
| 166 | 166 | ||
| 167 | int nvme_sg_io(struct nvme_ns *ns, struct sg_io_hdr __user *u_hdr); | 167 | int nvme_sg_io(struct nvme_ns *ns, struct sg_io_hdr __user *u_hdr); |
| 168 | int nvme_sg_io32(struct nvme_ns *ns, unsigned long arg); | ||
| 168 | int nvme_sg_get_version_num(int __user *ip); | 169 | int nvme_sg_get_version_num(int __user *ip); |
| 169 | 170 | ||
| 170 | #endif /* _LINUX_NVME_H */ | 171 | #endif /* _LINUX_NVME_H */ |
