#include <drivers/drivers.h>
Include dependency graph for drivers.c:
Go to the source code of this file.
Variables | |
const driver_t | drivers [] |
Table of all of the drivers, must end with a NULL entry. |
|
Initial value: { {"eight", driver_eight, driver_eight_alloc, driver_eight_free}, {"null", driver_null, driver_null_alloc, driver_null_free}, {"rosetta", driver_rosetta, driver_rosetta_alloc, driver_rosetta_free}, {"square", driver_square, driver_square_alloc, driver_square_free}, {"straight", driver_straight, driver_straight_alloc, driver_straight_free}, {NULL, NULL, NULL, NULL} } NULL entry.
|