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

square.h

Go to the documentation of this file.
00001 #ifndef __DRIVERS_SQUARE_H__
00002 #define __DRIVERS_SQUARE_H__
00003 
00004 #include <cartcomm/cframe.h>
00005 
00007 
00013 void *driver_square_alloc(void);
00014 
00016 
00019 void driver_square_free(void *data);
00020 
00022 
00031 int driver_square(cframe_t *cframe, void *data);
00032 
00033 #endif

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