Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3227 → Rev 3228

/trunk/kernel/arch/mips32/src/drivers/msim.c
40,11 → 40,6
#include <console/console.h>
#include <sysinfo/sysinfo.h>
 
/** Address of devices. */
#define MSIM_VIDEORAM 0xB0000000
#define MSIM_KBD_ADDRESS 0xB0000000
#define MSIM_KBD_IRQ 2
 
static chardev_t console;
static irq_t msim_irq;