From 2e7a7a3534bcf591c0d6c65105b2d845f293112f Mon Sep 17 00:00:00 2001 From: root Date: Mon, 4 Jul 2011 16:21:23 +0200 Subject: North West Logick DMA implementation --- tools.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools.h') diff --git a/tools.h b/tools.h index f357789..3454fc4 100644 --- a/tools.h +++ b/tools.h @@ -6,6 +6,8 @@ #include "pci.h" +#define min2(a, b) (((a)<(b))?(a):(b)) + int pcilib_isnumber(const char *str); int pcilib_isxnumber(const char *str); -- cgit v1.2.3