9 lines
70 B
C
9 lines
70 B
C
|
#include "netconfig.h"
|
||
|
|
||
|
|
||
|
int net_main()
|
||
|
{
|
||
|
br_bridge_init();
|
||
|
}
|
||
|
|