Subversion Repositories HelenOS-historic

Rev

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

Rev 665 Rev 958
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
#include <typedefs.h>
-
 
33
 
32
#define TICK_DELTA        500000
34
#define TICK_DELTA        500000
33
 
35
 
34
extern void tick_init(void);
36
extern void tick_init(void);
35
extern void tick_interrupt(int n, void *stack);
37
extern void tick_interrupt(int n, istate_t *istate);
36
 
38
 
37
#endif
39
#endif