#include <oskit/dev/linux.h>void oskit_linux_init_scsi_name(void);
This function initializes and registers a specific SCSI disk driver. The name must be one from the name field of the drivers listed in the <oskit/dev/linux_scsi.h> file.Once drivers are registered, their devices may be probed via oskit_dev_probe.