Functions | |
void * | get_busmanager (const char *pzName, int nVersion) |
Returns a pointer to a structure containing function pointers for the the specified busmanager. | |
void | init_devices_boot (void) |
Set defaults. | |
void | init_devices (void) |
Initialize all devices after the root volume has been mounted. |
void* get_busmanager | ( | const char * | pzName, | |
int | nVersion | |||
) |
Returns a pointer to a structure containing function pointers for the the specified busmanager.
pzName | the name of the bus. | |
nVersion | the version of the busmanager. |
void init_devices | ( | void | ) |
Initialize all devices after the root volume has been mounted.
For internal use only.
void init_devices_boot | ( | void | ) |
Set defaults.
For internal use only.