2001-10-24 14:26:15 +00:00
|
|
|
|
|
|
|
|
int
|
|
|
|
|
load_driver( char * name, char * filename, char * args );
|
|
|
|
|
// returns:
|
|
|
|
|
// <0 error
|
|
|
|
|
// 0 ok, driver is an input driver only
|
|
|
|
|
// 1 ok, driver is an output driver
|
|
|
|
|
// 2 ok, driver is an output driver that needs to run in the foreground
|
|
|
|
|
|
|
|
|
|
int
|
2001-11-24 18:49:44 +00:00
|
|
|
unload_all_drivers();
|