]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
pexor dma support added
authorhadaq <hadaq>
Sun, 22 May 2011 20:49:26 +0000 (20:49 +0000)
committerhadaq <hadaq>
Sun, 22 May 2011 20:49:26 +0000 (20:49 +0000)
libtrbnet/trbnet.h

index 43f387cbeb160ea6b283016c9699a744d446f6c4..ec39c03c6e26708cc5ce78b89f80a841c6a51470 100644 (file)
@@ -7,10 +7,10 @@ extern const char trbnet_version[];
 #include <stdio.h>
 
 extern unsigned int trb_debug;
-extern unsigned int trb_dma;
 
 #ifdef PEXOR
 extern char pexor_deviceName[256];
+extern int pexor_dma;
 #endif
 
 #ifdef __cplusplus