Subversion Repositories HelenOS

Rev

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

Rev 2089 Rev 3228
Line 38... Line 38...
38
#include <arch/drivers/msim.h>
38
#include <arch/drivers/msim.h>
39
#include <arch/cp0.h>
39
#include <arch/cp0.h>
40
#include <console/console.h>
40
#include <console/console.h>
41
#include <sysinfo/sysinfo.h>
41
#include <sysinfo/sysinfo.h>
42
 
42
 
43
/** Address of devices. */
-
 
44
#define MSIM_VIDEORAM       0xB0000000
-
 
45
#define MSIM_KBD_ADDRESS    0xB0000000
-
 
46
#define MSIM_KBD_IRQ        2
-
 
47
 
-
 
48
static chardev_t console;
43
static chardev_t console;
49
static irq_t msim_irq;
44
static irq_t msim_irq;
50
 
45
 
51
static void msim_write(chardev_t *dev, const char ch);
46
static void msim_write(chardev_t *dev, const char ch);
52
static void msim_enable(chardev_t *dev);
47
static void msim_enable(chardev_t *dev);