Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 591 → Rev 590

/shark/trunk/drivers/newpci/include/drivers/shark_pci26.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 PCI 2.6 Driver*/
 
#ifndef __SHARK_PCI26__
#define __SHARK_PCI26__
 
/* Init the PCI 2.6 Driver */
int PCI26_init(void);
 
#endif