From 99080f4cd934c7411408c1bfea6d6660bcd17fe6 Mon Sep 17 00:00:00 2001 From: hadaq Date: Sun, 22 May 2011 20:49:26 +0000 Subject: [PATCH] pexor dma support added --- libtrbnet/trbnet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0