vfio: selftests: Rename vfio_util.h to libvfio.h

Rename vfio_util.h to libvfio.h to match the name of libvfio.mk.

No functional change intended.

Reviewed-by: Alex Mastro <amastro@fb.com>
Tested-by: Alex Mastro <amastro@fb.com>
Reviewed-by: Raghavendra Rao Ananta <rananta@google.com>
Signed-off-by: David Matlack <dmatlack@google.com>
Link: https://lore.kernel.org/r/20251126231733.3302983-15-dmatlack@google.com
Signed-off-by: Alex Williamson <alex@shazbot.org>
This commit is contained in:
David Matlack
2025-11-26 23:17:29 +00:00
committed by Alex Williamson
parent 831c37a5bf
commit 657d241e69
11 changed files with 13 additions and 13 deletions

View File

@@ -20,7 +20,7 @@
#include <linux/vfio.h>
#include "../../../kselftest.h"
#include <vfio_util.h>
#include <libvfio.h>
#define PCI_SYSFS_PATH "/sys/bus/pci/devices"