next up previous contents index
Next: 29.1.4 oskit_linux_init_scsi: Initialize and Up: 29.1 Initialization and Registration Previous: 29.1.2 oskit_linux_init_net: Initialize and

29.1.3 oskit_linux_init_ethernet: Initialize and register known Ethernet network drivers

 

SYNOPSIS

#include <oskit/dev/linux.h>

void oskit_linux_init_ethernet(void);

DESCRIPTION

This function initializes and registers all available Ethernet network drivers. 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.



University of Utah Flux Research Group