patch-2.4.5 linux/include/linux/isdnif.h

Next file: linux/include/linux/iso_fs.h
Previous file: linux/include/linux/isdn_ppp.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.4/linux/include/linux/isdnif.h linux/include/linux/isdnif.h
@@ -1,4 +1,4 @@
-/* $Id: isdnif.h,v 1.37 2000/11/19 17:01:54 kai Exp $
+/* $Id: isdnif.h,v 1.37.6.2 2001/05/17 21:15:34 kai Exp $
 
  * Linux ISDN subsystem
  *
@@ -23,12 +23,9 @@
  *
  */
 
-#ifndef isdnif_h
-#define isdnif_h
+#ifndef __ISDNIF_H__
+#define __ISDNIF_H__
 
-#ifdef __KERNEL__
-#include <linux/config.h>
-#endif
 
 /*
  * Values for general protocol-selection
@@ -69,6 +66,7 @@
 
 #ifdef __KERNEL__
 
+#include <linux/config.h>
 #include <linux/skbuff.h>
 
 /***************************************************************************/
@@ -562,4 +560,5 @@
 #include <asm/uaccess.h>
 
 #endif /* __KERNEL__ */
-#endif /* isdnif_h */
+
+#endif /* __ISDNIF_H__ */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)