Subversion Repositories shark

Rev

Rev 603 | Rev 606 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

/*
 * Project: S.Ha.R.K.
 *
 * Coordinators:
 *   Giorgio Buttazzo    <giorgio@sssup.it>
 *   Paolo Gai           <pj@gandalf.sssup.it>
 *
 * Authors     :
 *   Giacomo Guidi       <giacomo@gandalf.sssup.it>
 *
 *
 * ReTiS Lab (Scuola Superiore S.Anna - Pisa - Italy)
 *
 * http://www.sssup.it
 * http://retis.sssup.it
 * http://shark.sssup.it
 */


/* Linux 2.6 Emulation Library Header */

#ifndef __SHARK_VIDEODEV26__
#define __SHARK_VIDEODEV26__

/* Open VideoDev Interface */
int VIDEODEV26_open(int num);

/* IOCTL to VideoDev device */
int VIDEODEV26_ioctl(int num,unsigned int cmd,unsigned long arg);

#endif