Compilation fixes and integration with HexChat

This commit is contained in:
Berke Viktor
2012-10-21 08:06:09 +02:00
parent bc57507a4c
commit 62c9375bc9
5 changed files with 40 additions and 4 deletions

View File

@ -27,6 +27,8 @@
#include <pci/pci.h>
#include "xsys.h"
#define PCIIDS "/usr/share/misc/pci.ids"
static struct pci_filter filter; /* Device filter */
static struct pci_access *pacc;
int bus, dev, func; /* Location of the card */