patch-2.1.67 linux/include/linux/if_frad.h
Next file: linux/include/linux/if_packet.h
Previous file: linux/include/linux/if_arp.h
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Sat Nov 29 10:33:21 1997
- Orig file:
v2.1.66/linux/include/linux/if_frad.h
- Orig date:
Mon May 13 13:23:07 1996
diff -u --recursive --new-file v2.1.66/linux/include/linux/if_frad.h linux/include/linux/if_frad.h
@@ -24,8 +24,11 @@
#ifndef _FRAD_H_
#define _FRAD_H_
+#include <linux/config.h>
#include <linux/if.h>
+#if defined(CONFIG_DLCI) || defined(CONFIG_DLCI_MODULE)
+
/* Structures and constants associated with the DLCI device driver */
struct dlci_add
@@ -189,6 +192,10 @@
int register_frad(const char *name);
int unregister_frad(const char *name);
+int (*dlci_ioctl_hook)(unsigned int, void *);
+
#endif __KERNEL__
+
+#endif /* CONFIG_DLCI || CONFIG_DLCI_MODULE */
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov