repo.or.cz
/
gpxe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[contrib] Allow Network Protocol header to display in rom-o-matic
[gpxe.git]
/
src
/
include
/
usr
/
ip6mgmt.h
blob
9c172854354eca964062a64286280f4a39bdf713
1
#ifndef _USR_IPV6MGMT_H
2
#define _USR_IPV6MGMT_H
3
4
/** @file
5
*
6
* IPv6 management
7
*
8
*/
9
10
FILE_LICENCE
(
GPL2_OR_LATER
);
11
12
struct
net_device
;
13
14
extern
int
ip6_autoconf
(
struct
net_device
*
netdev
);
15
16
#endif
/* _USR_IPV6MGMT_H */
17