summaryrefslogtreecommitdiffstats
path: root/include/linux/if_frad.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-12-06 23:51:34 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-12-06 23:51:34 +0000
commit230e5ab6a084ed50470f101934782dbf54b0d06b (patch)
tree5dd821c8d33f450470588e7a543f74bf74306e9e /include/linux/if_frad.h
parentc9b1c8a64c6444d189856f1e26bdcb8b4cd0113a (diff)
Merge with Linux 2.1.67.
Diffstat (limited to 'include/linux/if_frad.h')
-rw-r--r--include/linux/if_frad.h7
1 files changed, 7 insertions, 0 deletions
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 <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 @@ 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