Subversion Repositories shark

Rev

Rev 538 | Rev 548 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
538 mauro 1
/*
2
 * Project: S.Ha.R.K.
3
 *
4
 * Coordinators:
5
 *   Giorgio Buttazzo    <giorgio@sssup.it>
6
 *   Paolo Gai           <pj@gandalf.sssup.it>
7
 *
8
 * Authors     :
9
 *   Mauro Marinoni      <mauro.marinoni@unipv.it>
10
 *
11
 *
12
 * ReTiS Lab (Scuola Superiore S.Anna - Pisa - Italy)
13
 *
14
 * http://www.sssup.it
15
 * http://retis.sssup.it
16
 * http://shark.sssup.it
17
 */
18
 
19
/* Game Header Linux Input Driver*/
20
 
21
#ifndef __SHARK_JOY26_H__
22
#define __SHARK_JOY26_H__
23
 
547 mauro 24
void joy_enable(void);
25
void joy_disable(void);
26
 
538 mauro 27
int JOY26_init(void);
28
int JOY26_close(void);
29
#endif
30