patch-2.4.10 linux/drivers/isdn/eicon/sys.h
Next file: linux/drivers/isdn/eicon/uxio.h
Previous file: linux/drivers/isdn/eicon/pc.h
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Sun Sep 9 10:45:43 2001
- Orig file:
v2.4.9/linux/drivers/isdn/eicon/sys.h
- Orig date:
Fri Mar 2 11:12:08 2001
diff -u --recursive --new-file v2.4.9/linux/drivers/isdn/eicon/sys.h linux/drivers/isdn/eicon/sys.h
@@ -54,15 +54,6 @@
#define NULL ((void *) 0)
#endif
-/* MIN and MAX */
-
-#if !defined(MIN)
-#define MIN(a,b) ((a)>(b) ? (b) : (a))
-#endif
-#if !defined(MAX)
-#define MAX(a,b) ((a)>(b) ? (a) : (b))
-#endif
-
/* Return the dimension of an array */
#if !defined(DIM)
@@ -85,6 +76,8 @@
/* void HwAssert(char *file, int line, char *condition); */
#include <linux/kernel.h>
+#include <linux/string.h>
+
#define _PRINTK printk
#define _PRINTF DivasPrintf
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)