| # | Line 10 | Line 10 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 10 | #include <stdio.h> | |
| 11 | ||
| 12 | #include "color.h" | |
| 13 | – | |
| 13 | #include "driver.h" | |
| 14 | ||
| 15 | char dev_default[] = "x11"; | |
| 16 | ||
| 17 | < | extern struct driver *x11_init(); |
| 17 | > | extern dr_initf_t x11_init; /* XXX this should be in a seperate header file */ |
| 18 | ||
| 19 | struct device devtable[] = { /* supported devices */ | |
| 20 | {"slave", "Slave driver", slave_init}, | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |