#include <oskit/dev/linux.h>void oskit_linux_init_net(void);
This function initializes and registers all available network drivers. Currently this means Ethernet drivers only, but in the future there may be other network drivers supported such as Myrinet. The known Ethernet drivers are listed in the <oskit/dev/linux_ethernet.h> file.Once drivers are registered, their devices may be probed via oskit_dev_probe.