From: David Matlack Date: Fri, 22 Aug 2025 21:25:04 +0000 (+0000) Subject: tools headers: Add symlink to linux/pci_ids.h X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=dc0e216cf00b74cf61fdc882f8373beb8cdbec5e;p=users%2Fhch%2Fmisc.git tools headers: Add symlink to linux/pci_ids.h Add a symlink to include/linux/pci_ids.h to tools/include/. This will be used by VFIO selftests in subsequent commits to match device and vendor IDs. Acked-by: Shuah Khan Signed-off-by: David Matlack Link: https://lore.kernel.org/r/20250822212518.4156428-18-dmatlack@google.com Signed-off-by: Alex Williamson --- diff --git a/tools/include/linux/pci_ids.h b/tools/include/linux/pci_ids.h new file mode 120000 index 000000000000..1c9e88f41261 --- /dev/null +++ b/tools/include/linux/pci_ids.h @@ -0,0 +1 @@ +../../../include/linux/pci_ids.h \ No newline at end of file