Subversion Repositories HelenOS

Rev

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

Rev 2306 Rev 2326
Line 40... Line 40...
40
#include <sysinfo/sysinfo.h>
40
#include <sysinfo/sysinfo.h>
41
#include <print.h>
41
#include <print.h>
42
#include <ddi/device.h>
42
#include <ddi/device.h>
43
#include <mm/page.h>
43
#include <mm/page.h>
44
#include <arch/machine.h>
44
#include <arch/machine.h>
45
#include <arch/debug_print/print.h>
45
#include <arch/debug/print.h>
46
 
46
 
47
/** Address of devices. */
47
/** Address of devices. */
48
#define GXEMUL_VIDEORAM            0x10000000
48
#define GXEMUL_VIDEORAM            0x10000000
49
#define GXEMUL_KBD                 0x10000000
49
#define GXEMUL_KBD                 0x10000000
50
#define GXEMUL_HALT_OFFSET         0x10
50
#define GXEMUL_HALT_OFFSET         0x10