Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3660 → Rev 3661

/trunk/kernel/arch/ia64/include/interrupt.h
53,8 → 53,8
 
#define VECTOR_TLB_SHOOTDOWN_IPI 0xf0
#define INTERRUPT_TIMER 255
#define IRQ_KBD 241
#define IRQ_MOUSE 252
#define IRQ_KBD (0x01+LAGACY_INTERRUPT_BASE)
#define IRQ_MOUSE (0x0c+LAGACY_INTERRUPT_BASE)
#define INTERRUPT_SPURIOUS 15
#define LAGACY_INTERRUPT_BASE 0x20
 
/trunk/kernel/arch/ia64/include/bootinfo.h
67,6 → 67,7
unsigned long sys_freq;
unsigned long freq_scale;
unsigned int wakeup_intno;
int hello_configured;
 
} bootinfo_t;
 
/trunk/kernel/arch/ia64/include/drivers/kbd.h
36,13 → 36,12
#define KERN_ia64_KBD_H_
 
 
typedef enum {
KBD_UNKNOWN,
KBD_SKI,
KBD_LEGACY,
KBD_NS16550
} kbd_type_t;
#define KBD_UNKNOWN 0
#define KBD_SKI 1
#define KBD_LEGACY 2
#define KBD_NS16550 3
 
 
#endif
 
/** @}