patch-2.3.43 linux/include/linux/ppp_channel.h
Next file: linux/include/linux/proc_fs.h
Previous file: linux/include/linux/pmu.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Tue Feb 8 18:35:27 2000
- Orig file:
v2.3.42/linux/include/linux/ppp_channel.h
- Orig date:
Fri Oct 15 15:25:14 1999
diff -u --recursive --new-file v2.3.42/linux/include/linux/ppp_channel.h linux/include/linux/ppp_channel.h
@@ -1,3 +1,5 @@
+#ifndef _PPP_CHANNEL_H_
+#define _PPP_CHANNEL_H_
/*
* Definitions for the interface between the generic PPP code
* and a PPP channel.
@@ -17,7 +19,7 @@
* ==FILEVERSION 990909==
*/
-/* $Id: ppp_channel.h,v 1.2 1999/09/15 11:21:53 paulus Exp $ */
+/* $Id: ppp_channel.h,v 1.3 2000/01/31 01:42:48 davem Exp $ */
#include <linux/list.h>
#include <linux/skbuff.h>
@@ -61,3 +63,4 @@
extern void ppp_unregister_channel(struct ppp_channel *);
#endif /* __KERNEL__ */
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)