Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 602 → Rev 603

/shark/trunk/drivers/linuxc26/include/drivers/shark_videodev26.h
0,0 → 1,26
/*
* 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__
 
int VIDEODEV26_open(int num);
 
#endif