1 2 #include <sys/cdefs.h> 3 4 #include <sys/param.h> 5 6 #include <rump-sys/kern.h> 7 8 int pppoeattach(int); 9 10 RUMP_COMPONENT(RUMP_COMPONENT_NET_IF) 11 { 12 pppoeattach(0); 13 } 14