[contrib] Allow Network Protocol header to display in rom-o-matic
[gpxe.git] / src / include / usr / ip6mgmt.h
blob9c172854354eca964062a64286280f4a39bdf713
1 #ifndef _USR_IPV6MGMT_H
2 #define _USR_IPV6MGMT_H
4 /** @file
6 * IPv6 management
8 */
10 FILE_LICENCE ( GPL2_OR_LATER );
12 struct net_device;
14 extern int ip6_autoconf ( struct net_device *netdev );
16 #endif /* _USR_IPV6MGMT_H */