]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/fddidevice.h
[IA64] Reserve elfcorehdr memory in CONFIG_CRASH_DUMP
[linux-2.6-omap-h63xx.git] / include / linux / fddidevice.h
index 2e5ee47f3e1ec030b0920d4e19b2236362561ad2..e61e42dfd3175c5436c8130b16963bfea2052d3e 100644 (file)
@@ -10,7 +10,7 @@
  * Author:     Lawrence V. Stefani, <stefani@lkg.dec.com>
  *
  *             fddidevice.h is based on previous trdevice.h work by
- *                     Ross Biro, <bir7@leland.Stanford.Edu>
+ *                     Ross Biro
  *                     Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
  *                     Alan Cox, <gw4pts@gw4pts.ampr.org>
  *
@@ -25,7 +25,7 @@
 #include <linux/if_fddi.h>
 
 #ifdef __KERNEL__
-extern unsigned short  fddi_type_trans(struct sk_buff *skb,
+extern __be16  fddi_type_trans(struct sk_buff *skb,
                                struct net_device *dev);
 extern struct net_device *alloc_fddidev(int sizeof_priv);
 #endif