diff options
| author | Alexei Starovoitov <ast@kernel.org> | 2025-04-28 08:40:45 -0700 |
|---|---|---|
| committer | Alexei Starovoitov <ast@kernel.org> | 2025-04-28 08:40:45 -0700 |
| commit | 224ee86639f57818cf4e05bd86eb7d9f31baac8d (patch) | |
| tree | cbe03eeaf350d550e14809d2c6c40e0881dd5e4d /include/uapi/linux/virtio_pci.h | |
| parent | 91dbac4076537b464639953c055c460d2bdfc7ea (diff) | |
| parent | b4432656b36e5cc1d50a1f2dc15357543add530e (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4
Cross-merge bpf and other fixes after downstream PRs.
No conflicts.
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'include/uapi/linux/virtio_pci.h')
| -rw-r--r-- | include/uapi/linux/virtio_pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/virtio_pci.h b/include/uapi/linux/virtio_pci.h index 8549d4571257..c691ac210ce2 100644 --- a/include/uapi/linux/virtio_pci.h +++ b/include/uapi/linux/virtio_pci.h @@ -246,6 +246,7 @@ struct virtio_pci_cfg_cap { #define VIRTIO_ADMIN_CMD_LIST_USE 0x1 /* Admin command group type. */ +#define VIRTIO_ADMIN_GROUP_TYPE_SELF 0x0 #define VIRTIO_ADMIN_GROUP_TYPE_SRIOV 0x1 /* Transitional device admin command. */ |
