Rename pci.{c,h} to virpci.{c,h}

This commit is contained in:
Daniel P. Berrange
2012-12-13 14:52:25 +00:00
parent ab9b7ec2f6
commit 3ddddd98c3
19 changed files with 22 additions and 18 deletions

View File

@@ -28,7 +28,7 @@
#include "virterror_internal.h"
#include "vircommand.h"
#include "viralloc.h"
#include "pci.h"
#include "virpci.h"
#include "virlog.h"
#include <sys/ioctl.h>