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

square.c

Go to the documentation of this file.
00001 #include <config.h>
00002 
00003 #include <cartcomm/cframe.h>
00004 #include <drivers/drivers.h>
00005 
00006 void *driver_square_alloc(void) {
00007     return NULL;
00008 }
00009 
00010 void driver_square_free(void *data) {
00011     return;
00012 }
00013 
00014 int driver_square(cframe_t *cf, void *data) {
00015     return 0;
00016 }

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