Merge branch 'for-6.9/amd-sfh' into for-linus
[sfrench/cifs-2.6.git] / include / uapi / linux / virtio_pmem.h
index d676b3620383c3cb76be7b4aa3651b1a99e5ded9..ede4f3564977dcd477e386c51c2a73a11dac43a2 100644 (file)
 #include <linux/virtio_ids.h>
 #include <linux/virtio_config.h>
 
+/* Feature bits */
+/* guest physical address range will be indicated as shared memory region 0 */
+#define VIRTIO_PMEM_F_SHMEM_REGION 0
+
+/* shmid of the shared memory region corresponding to the pmem */
+#define VIRTIO_PMEM_SHMEM_REGION_ID 0
+
 struct virtio_pmem_config {
        __le64 start;
        __le64 size;