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 31... Line 31...
31
 */
31
 */
32
/** @file
32
/** @file
33
 */
33
 */
34
 
34
 
35
#include <interrupt.h>
35
#include <interrupt.h>
-
 
36
#include <ipc/irq.h>
36
#include <console/chardev.h>
37
#include <console/chardev.h>
37
#include <arch/drivers/msim.h>
38
#include <arch/drivers/msim.h>
38
#include <arch/cp0.h>
39
#include <arch/cp0.h>
39
#include <console/console.h>
40
#include <console/console.h>
40
#include <ddi/irq.h>
-
 
41
#include <sysinfo/sysinfo.h>
41
#include <sysinfo/sysinfo.h>
42
 
42
 
43
/** Address of devices. */
43
/** Address of devices. */
44
#define MSIM_VIDEORAM       0xB0000000
44
#define MSIM_VIDEORAM       0xB0000000
45
#define MSIM_KBD_ADDRESS    0xB0000000
45
#define MSIM_KBD_ADDRESS    0xB0000000