diff options
| author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-12-12 05:45:35 +0100 | 
|---|---|---|
| committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-12-12 05:45:35 +0100 | 
| commit | 2e4e8a00b27182a155cb10f0a00e44977bfcd5cf (patch) | |
| tree | 86afd1b7ceb834dbb3cedf8d55c3ac0734947333 /driver | |
| parent | 7a4cfb9e546c496792d3fe0c61c822c66ad0128f (diff) | |
| download | ipecamera-2e4e8a00b27182a155cb10f0a00e44977bfcd5cf.tar.gz ipecamera-2e4e8a00b27182a155cb10f0a00e44977bfcd5cf.tar.bz2 ipecamera-2e4e8a00b27182a155cb10f0a00e44977bfcd5cf.tar.xz ipecamera-2e4e8a00b27182a155cb10f0a00e44977bfcd5cf.zip  | |
multithread preprocessing of ipecamera frames and code reorganization
Diffstat (limited to 'driver')
| -rw-r--r-- | driver/pciDriver.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/pciDriver.h b/driver/pciDriver.h index 3ffe8b7..159f6ad 100644 --- a/driver/pciDriver.h +++ b/driver/pciDriver.h @@ -57,7 +57,7 @@   */  #include <linux/ioctl.h> -#include "pcilib_types.h" +#include "../pcilib_types.h"  /* Identifies the PCI-E Xilinx ML605 */  #define PCIE_XILINX_VENDOR_ID 0x10ee  | 
