Main Page | Data Structures | Directories | File List | Data Fields | Globals

drivers.c File Reference

#include <drivers/drivers.h>

Include dependency graph for drivers.c:

Include dependency graph

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.


Variable Documentation

const driver_t drivers[]
 

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}
}
Table of all of the drivers, must end with a NULL entry.

Definition at line 4 of file drivers.c.


Generated on Thu Sep 6 13:13:18 2007 for driver by  doxygen 1.3.9.1