netdev
[Top] [All Lists]

Re: hamradio/baycom and "make allyesconfig"

To: Jeff Garzik <jgarzik@xxxxxxxxx>
Subject: Re: hamradio/baycom and "make allyesconfig"
From: Stephen Hemminger <shemminger@xxxxxxxx>
Date: Sat, 27 Sep 2003 20:58:45 -0700
Cc: netdev@xxxxxxxxxxx
In-reply-to: <3F76458C.7030600@pobox.com>
Organization: Open Source Development Lab
References: <20030926164821.1e83dce9.shemminger@osdl.org> <3F76458C.7030600@pobox.com>
Sender: netdev-bounce@xxxxxxxxxxx
Sorry, overlooked the corresponding .h file in that patch, here it is.

diff -Nru a/include/linux/hdlcdrv.h b/include/linux/hdlcdrv.h
--- a/include/linux/hdlcdrv.h   Sat Sep 27 20:57:18 2003
+++ b/include/linux/hdlcdrv.h   Sat Sep 27 20:57:18 2003
@@ -359,11 +359,11 @@
 void hdlcdrv_receiver(struct net_device *, struct hdlcdrv_state *);
 void hdlcdrv_transmitter(struct net_device *, struct hdlcdrv_state *);
 void hdlcdrv_arbitrate(struct net_device *, struct hdlcdrv_state *);
-int hdlcdrv_register_hdlcdrv(struct net_device *dev, const struct hdlcdrv_ops 
*ops,
-                            unsigned int privsize, char *ifname,
-                            unsigned int baseaddr, unsigned int irq, 
-                            unsigned int dma);
-int hdlcdrv_unregister_hdlcdrv(struct net_device *dev);
+struct net_device *hdlcdrv_register(const struct hdlcdrv_ops *ops,
+                                   unsigned int privsize, const char *ifname,
+                                   unsigned int baseaddr, unsigned int irq, 
+                                   unsigned int dma);
+void hdlcdrv_unregister(struct net_device *dev);
 
 /* -------------------------------------------------------------------- */
 

<Prev in Thread] Current Thread [Next in Thread>