Subversion Repositories HelenOS

Rev

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

Rev 435 Rev 445
Line 33... Line 33...
33
 * Unfortunately, Ski does not emulate PAL,
33
 * Unfortunately, Ski does not emulate PAL,
34
 * so we can't read the real frequency ratios
34
 * so we can't read the real frequency ratios
35
 * from firmware.
35
 * from firmware.
36
 *
36
 *
37
 */
37
 */
38
#define IT_DELTA        1000
38
#define IT_DELTA        100000
39
 
39
 
40
extern void it_init(void);
40
extern void it_init(void);
41
extern void it_interrupt(void);
41
extern void it_interrupt(void);
42
 
42
 
43
#endif
43
#endif