X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=include%2Flinux%2Fnvme.h;h=086d196e68f773d5faa44971409e1098f77c6751;hb=8ef2074d28373014d05e92b5f13364ef51075b6e;hp=7676557ce357d682c3c47f0599e66bdd8a42225f;hpb=2ab704a47e0f27df758840a589aec3298dbb98dd;p=cascardo%2Flinux.git diff --git a/include/linux/nvme.h b/include/linux/nvme.h index 7676557ce357..086d196e68f7 100644 --- a/include/linux/nvme.h +++ b/include/linux/nvme.h @@ -960,6 +960,7 @@ struct nvme_completion { __le16 status; /* did the command fail, and if so, why? */ }; -#define NVME_VS(major, minor) (((major) << 16) | ((minor) << 8)) +#define NVME_VS(major, minor, tertiary) \ + (((major) << 16) | ((minor) << 8) | (tertiary)) #endif /* _LINUX_NVME_H */