]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv6/protocol.c
class: move driver core specific parts to a private structure
[linux-2.6-omap-h63xx.git] / net / ipv6 / protocol.c
index ef43bd57baed0908307890f723c7ffed40708b10..9ab78915991326dcac22ea3be61e12228cb8842a 100644 (file)
@@ -5,8 +5,6 @@
  *
  *             PF_INET6 protocol dispatch tables.
  *
- * Version:    $Id: protocol.c,v 1.10 2001/05/18 02:25:49 davem Exp $
- *
  * Authors:    Pedro Roque     <roque@di.fc.ul.pt>
  *
  *             This program is free software; you can redistribute it and/or
@@ -60,6 +58,8 @@ int inet6_add_protocol(struct inet6_protocol *prot, unsigned char protocol)
        return ret;
 }
 
+EXPORT_SYMBOL(inet6_add_protocol);
+
 /*
  *     Remove a protocol from the hash tables.
  */
@@ -83,3 +83,5 @@ int inet6_del_protocol(struct inet6_protocol *prot, unsigned char protocol)
 
        return ret;
 }
+
+EXPORT_SYMBOL(inet6_del_protocol);