Pyro Private Functions
Functions
Pyro Internal Functions: Devices

Functions

void * get_busmanager (const char *pzName, int nVersion)
 Returns a pointer to a structure containing function pointers for the the specified busmanager. More...
 
void init_devices_boot (void)
 Set defaults. More...
 
void init_devices (void)
 Initialize all devices after the root volume has been mounted. More...
 

Detailed Description

Function Documentation

void* get_busmanager ( const char *  pzName,
int  nVersion 
)

Returns a pointer to a structure containing function pointers for the the specified busmanager.

Parameters
pzNamethe name of the bus.
nVersionthe version of the busmanager.
Returns
a pointer to the busmanager's function pointer structure.
Author
Arno Klenke (arno_.nosp@m.klen.nosp@m.ke@ya.nosp@m.hoo..nosp@m.de)
void init_devices ( void  )

Initialize all devices after the root volume has been mounted.

Author
Arno Klenke (arno_.nosp@m.klen.nosp@m.ke@ya.nosp@m.hoo..nosp@m.de)
void init_devices_boot ( void  )

Set defaults.

Author
Arno Klenke (arno_.nosp@m.klen.nosp@m.ke@ya.nosp@m.hoo..nosp@m.de)