#include <cartcomm/cframe.h>
#include <drivers/eight.h>
#include <drivers/null.h>
#include <drivers/rosetta.h>
#include <drivers/square.h>
#include <drivers/straight.h>
Include dependency graph for drivers.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | driver_t |
Typedefs | |
typedef int(* | drivefunc_t )(cframe_t *, void *) |
Function prototype for drivers. | |
typedef void *(* | allocfunc_t )(void) |
typedef void(* | freefunc_t )(void *) |
Variables | |
const driver_t | drivers [] |
Table of all of the drivers, must end with a NULL entry. |
|
|
|
Function prototype for drivers.
|
|
|
|
Table of all of the drivers, must end with a
|