Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3582 → Rev 3583

/trunk/kernel/arch/ia64/include/bootinfo.h
48,6 → 48,8
binit_t taskmap;
 
unsigned long * sapic;
unsigned long sys_freq;
unsigned long freq_scale;
unsigned int wakeup_intno;
 
} bootinfo_t;
/trunk/kernel/arch/ia64/include/drivers/it.h
41,7 → 41,7
* from firmware.
*
*/
#define IT_DELTA 100000
#define IT_DELTA it_delta
 
extern void it_init(void);