Subversion Repositories HelenOS

Rev

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

Rev 3657 Rev 3661
Line 42... Line 42...
42
#include <ddi/irq.h>
42
#include <ddi/irq.h>
43
#include <ipc/irq.h>
43
#include <ipc/irq.h>
44
#include <proc/thread.h>
44
#include <proc/thread.h>
45
#include <synch/spinlock.h>
45
#include <synch/spinlock.h>
46
#include <arch/asm.h>
46
#include <arch/asm.h>
47
#include <drivers/kbd.h>
47
#include <arch/drivers/kbd.h>
48
 
48
 
49
#define SKI_KBD_INR 0
49
#define SKI_KBD_INR 0
50
 
50
 
51
static irq_t ski_kbd_irq;
51
static irq_t ski_kbd_irq;
52
static devno_t ski_kbd_devno;
52
static devno_t ski_kbd_devno;