Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 601 → Rev 602

/shark/trunk/drivers/bttv/include/drivers/shark_bttv26.h
0,0 → 1,28
/*
* 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
*/
 
/* Glue Layer Header Linux BTTV 2.6 Driver*/
 
#ifndef __SHARK_BTTV26__
#define __SHARK_BTTV26__
 
/* Init the BTTV 2.6 Driver */
int BTTV26_init(void);
 
#endif