...
This commit is contained in:
parent
f5c7071ecd
commit
19d325abf3
1 changed files with 5 additions and 0 deletions
|
@ -142,6 +142,11 @@ int network_shutdown(void)
|
|||
return 0;
|
||||
}
|
||||
|
||||
void tcp_init_ok(void* e)
|
||||
{
|
||||
kprintf("TCP/IP init COMPLETE!!!!!!");
|
||||
}
|
||||
|
||||
int network_init(void)
|
||||
{
|
||||
tcpip_init(tcp_init_ok,NULL);
|
||||
|
|
Loading…
Add table
Reference in a new issue