Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 529 → Rev 530

/shark/trunk/drivers/input/include/drivers/shark_input26.h
40,6 → 40,14
#ifndef __SHARK_INPUT26_H__
#define __SHARK_INPUT26_H__
 
#ifndef FALSE
#define FALSE 0
#endif
 
#ifndef TRUE
#define TRUE 0
#endif
 
int JOY26_init(void);
int JOY26_close(void);