config.h   config.h 
skipping to change at line 19 skipping to change at line 19
#define PCI_HAVE_PM_INTEL_CONF #define PCI_HAVE_PM_INTEL_CONF
#define PCI_HAVE_64BIT_ADDRESS #define PCI_HAVE_64BIT_ADDRESS
#define PCI_HAVE_PM_DUMP #define PCI_HAVE_PM_DUMP
#define PCI_COMPRESSED_IDS #define PCI_COMPRESSED_IDS
#define PCI_IDS "pci.ids.gz" #define PCI_IDS "pci.ids.gz"
#define PCI_PATH_IDS_DIR "/usr/local/share" #define PCI_PATH_IDS_DIR "/usr/local/share"
#define PCI_USE_DNS #define PCI_USE_DNS
#define PCI_ID_DOMAIN "pci.id.ucw.cz" #define PCI_ID_DOMAIN "pci.id.ucw.cz"
#define PCI_USE_LIBKMOD #define PCI_USE_LIBKMOD
#define PCI_SHARED_LIB #define PCI_SHARED_LIB
#define PCILIB_VERSION "3.3.0" #define PCILIB_VERSION "3.3.1"
 End of changes. 1 change blocks. 
0 lines changed or deleted 0 lines changed or added


 pci.h   pci.h 
/* /*
* The PCI Library * The PCI Library
* *
* Copyright (c) 1997--2014 Martin Mares <mj@ucw.cz> * Copyright (c) 1997--2015 Martin Mares <mj@ucw.cz>
* *
* Can be freely distributed and used under the terms of the GNU GPL. * Can be freely distributed and used under the terms of the GNU GPL.
*/ */
#ifndef _PCI_LIB_H #ifndef _PCI_LIB_H
#define _PCI_LIB_H #define _PCI_LIB_H
#ifndef PCI_CONFIG_H #ifndef PCI_CONFIG_H
#include "config.h" #include "config.h"
#endif #endif
#include "header.h" #include "header.h"
#include "types.h" #include "types.h"
#define PCI_LIB_VERSION 0x030300 #define PCI_LIB_VERSION 0x030301
#ifndef PCI_ABI #ifndef PCI_ABI
#define PCI_ABI #define PCI_ABI
#endif #endif
/* /*
* PCI Access Structure * PCI Access Structure
*/ */
struct pci_methods; struct pci_methods;
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/