next up previous contents index
Next: 29.2 Obtaining object references Up: 29.1 Initialization and Registration Previous: 29.1.6 oskit_linux_init_scsi_name: Initialize and

29.1.7 oskit_linux_init_ethernet_name: Initialize and register a specific Ethernet network driver

 

SYNOPSIS

#include <oskit/dev/linux.h>

void oskit_linux_init_ethernet_name(void);

DESCRIPTION

This function initializes and registers a specific Ethernet network driver. The name must be one from the name field of the drivers 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