From 112030c40f88dde281073e00e4c24cc48daa99d2 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 17 Jul 2011 03:37:29 +0200 Subject: Implement DMA access synchronization for NWL implementation --- tools.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools.h') diff --git a/tools.h b/tools.h index e18a58c..9068ad5 100644 --- a/tools.h +++ b/tools.h @@ -4,8 +4,6 @@ #include #include -#include "pci.h" - #define BIT_MASK(bits) ((1ll << (bits)) - 1) #define min2(a, b) (((a)<(b))?(a):(b)) @@ -16,6 +14,7 @@ typedef enum { PCILIB_TRISTATE_YES = 2 } pcilib_tristate_t; +#include "pci.h" int pcilib_isnumber(const char *str); int pcilib_isxnumber(const char *str); -- cgit v1.2.3