From 230e5ab6a084ed50470f101934782dbf54b0d06b Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sat, 6 Dec 1997 23:51:34 +0000 Subject: Merge with Linux 2.1.67. --- include/linux/if_frad.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/linux/if_frad.h') diff --git a/include/linux/if_frad.h b/include/linux/if_frad.h index 6dcbed815..4f1a1e2f3 100644 --- a/include/linux/if_frad.h +++ b/include/linux/if_frad.h @@ -24,8 +24,11 @@ #ifndef _FRAD_H_ #define _FRAD_H_ +#include #include +#if defined(CONFIG_DLCI) || defined(CONFIG_DLCI_MODULE) + /* Structures and constants associated with the DLCI device driver */ struct dlci_add @@ -189,6 +192,10 @@ struct frad_local 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 -- cgit v1.2.3