From: hadaq Date: Sun, 22 May 2011 20:49:26 +0000 (+0000) Subject: pexor dma support added X-Git-Tag: v6.0~156 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=99080f4cd934c7411408c1bfea6d6660bcd17fe6;p=trbnettools.git pexor dma support added --- diff --git a/libtrbnet/trbnet.h b/libtrbnet/trbnet.h index 43f387c..ec39c03 100644 --- a/libtrbnet/trbnet.h +++ b/libtrbnet/trbnet.h @@ -7,10 +7,10 @@ extern const char trbnet_version[]; #include extern unsigned int trb_debug; -extern unsigned int trb_dma; #ifdef PEXOR extern char pexor_deviceName[256]; +extern int pexor_dma; #endif #ifdef __cplusplus