patch-2.4.10 linux/include/linux/isdn.h
Next file: linux/include/linux/ite_gpio.h
Previous file: linux/include/linux/irq.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Sun Sep 9 10:45:43 2001
- Orig file:
v2.4.9/linux/include/linux/isdn.h
- Orig date:
Tue Jul 3 17:08:22 2001
diff -u --recursive --new-file v2.4.9/linux/include/linux/isdn.h linux/include/linux/isdn.h
@@ -1,4 +1,4 @@
-/* $Id: isdn.h,v 1.111.6.7 2001/06/30 19:47:51 kai Exp $
+/* $Id: isdn.h,v 1.111.6.8 2001/08/17 12:34:28 kai Exp $
* Main header for the Linux ISDN subsystem (linklevel).
*
@@ -656,9 +656,6 @@
extern isdn_dev *dev;
-/* Utility-Macros */
-#define MIN(a,b) ((a<b)?a:b)
-#define MAX(a,b) ((a>b)?a:b)
#endif /* __KERNEL__ */
#endif /* __ISDN_H__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)