#include <oskit/dev/linux.h>void oskit_linux_init_devs(void);
This function initializes and registers all known drivers. The known drivers are: the IDE disk driver, and all drivers listed in the <oskit/dev/linux_ethernet.h> and <oskit/dev/linux_scsi.h> files.Once drivers are registered, their devices may be probed via oskit_dev_probe.