Subversion Repositories HelenOS-historic

Rev

Rev 664 | Rev 958 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 664 Rev 665
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
#ifndef __sparc64_TICK_H__
29
#ifndef __sparc64_TICK_H__
30
#define __sparc64_TICK_H__
30
#define __sparc64_TICK_H__
31
 
31
 
32
#define TICK_DELTA        100000
32
#define TICK_DELTA        500000
33
 
33
 
34
extern void tick_init(void);
34
extern void tick_init(void);
35
extern void tick_interrupt(int n, void *stack);
35
extern void tick_interrupt(int n, void *stack);
36
 
36
 
37
#endif
37
#endif