Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1006 → Rev 1007

/shark/trunk/drivers/linuxc26/include/linuxcomp.h
53,7 → 53,7
 
extern TIME sys_gettime(struct timespec *t);
 
#define MAX_INT_TABLE 64 /* Shark_glue table for interrupt and timers */
#define MAX_TIMER_TABLE 64 /* Shark_glue table for interrupt and timers */
 
unsigned long long read_jiffies(void);
 
64,7 → 64,7
int shark_timer_delete(int index);
 
/* Interrupt handler installation and removal */
int shark_handler_set(int no, void *fast, void *arg);
int shark_handler_set(int no, void *fast);
int shark_handler_remove(int no);
 
#endif
/shark/trunk/drivers/linuxc26/include/drivers/shark_linuxc26.h
21,6 → 21,6
#ifndef __SHARK_LINUXC26__
#define __SHARK_LINUXC26__
 
int LINUXC26_register_module(void);
int LINUXC26_register_module(int use_intdrive);
 
#endif