First step towards the v0.5 API. New configfile routines in use.

Configfile adapted. For drivers: configfile routines are available.
This commit is contained in:
robijn
2001-10-24 14:26:15 +00:00
parent 15325e8e3b
commit dc0f01850b
9 changed files with 1288 additions and 500 deletions
+1 -2
View File
@@ -257,7 +257,7 @@ lcd_list_drivers (void) {
// This function initializes a few basics as well as the
// "base" array. To initialize a specific driver, use the
// lcd_add_driver() function.
//
//
// This was eliminated; everything
// done here is to be replaced by the use of lcd_add_driver()...
int
@@ -379,7 +379,6 @@ lcd_drv_patch_init (struct lcd_logical_driver *driver)
*
*/
static
void *
lcd_find_init (char *driver) {
int i;