Subversion Repositories shark

Rev

Rev 428 | Blame | Compare with Previous | Last modification | View Log | RSS feed

/* Fast Frame Grabber for SHARK
 *
 * Giacomo Guidi
 * <giacomo@gandalf.sssup.it>
 *
 */


#include <drivers/fg.h>

#include <linuxcomp.h>

#include <linux/videodev2.h>

extern int bttv_ioctl_inode(int num, unsigned int cmg, void *arg);

int FG_init(unsigned int period, unsigned int wcet, unsigned int width,
                unsigned int height, unsigned int color, unsigned int channel) {
   
        return 0;
 
}