Subversion Repositories HelenOS

Rev

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

Rev 2071 Rev 2089
Line 32... Line 32...
32
/** @file
32
/** @file
33
 */
33
 */
34
 
34
 
35
#include <interrupt.h>
35
#include <interrupt.h>
36
#include <arch/cp0.h>
36
#include <arch/cp0.h>
-
 
37
#include <ipc/irq.h>
37
#include <arch/drivers/serial.h>
38
#include <arch/drivers/serial.h>
38
#include <console/chardev.h>
39
#include <console/chardev.h>
39
#include <console/console.h>
40
#include <console/console.h>
40
#include <ddi/irq.h>
-
 
41
 
41
 
42
#define SERIAL_IRQ 2
42
#define SERIAL_IRQ 2
43
 
43
 
44
static irq_t serial_irq;
44
static irq_t serial_irq;
45
static chardev_t console;
45
static chardev_t console;