patch-2.4.0-test12 linux/include/linux/isdn.h
Next file: linux/include/linux/isdnif.h
Previous file: linux/include/linux/ioport.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Mon Dec 11 13:21:27 2000
- Orig file:
v2.4.0-test11/linux/include/linux/isdn.h
- Orig date:
Sun Nov 19 18:44:22 2000
diff -u --recursive --new-file v2.4.0-test11/linux/include/linux/isdn.h linux/include/linux/isdn.h
@@ -1,4 +1,4 @@
-/* $Id: isdn.h,v 1.110 2000/11/01 17:54:01 detabc Exp $
+/* $Id: isdn.h,v 1.111 2000/11/25 17:01:02 kai Exp $
* Main header for the Linux ISDN subsystem (linklevel).
*
@@ -684,10 +684,8 @@
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)