From 2e4e8a00b27182a155cb10f0a00e44977bfcd5cf Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 12 Dec 2011 05:45:35 +0100 Subject: multithread preprocessing of ipecamera frames and code reorganization --- pci.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'pci.h') diff --git a/pci.h b/pci.h index f3ced74..bdd34a7 100644 --- a/pci.h +++ b/pci.h @@ -1,6 +1,7 @@ #ifndef _PCITOOL_PCI_H #define _PCITOOL_PCI_H +#define PCILIB_DEFAULT_CPU_COUNT 2 #define PCILIB_EVENT_TIMEOUT 1000000 /**< us */ #define PCILIB_TRIGGER_TIMEOUT 100000 /**< us */ #define PCILIB_DMA_TIMEOUT 10000 /**< us */ @@ -67,10 +68,6 @@ pcilib_protocol_description_t pcilib_protocol[3] = { }; #else extern pcilib_model_description_t pcilib_model[]; - -extern void (*pcilib_error)(const char *msg, ...); -extern void (*pcilib_warning)(const char *msg, ...); - extern pcilib_protocol_description_t pcilib_protocol[]; #endif /* _PCILIB_PCI_C */ -- cgit v1.2.3