Subversion Repositories HelenOS

Rev

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

Rev 2264 Rev 2286
Line 37... Line 37...
37
 
37
 
38
 
38
 
39
#include <console/chardev.h>
39
#include <console/chardev.h>
40
 
40
 
41
#define GXEMUL_IRQC_MAX_IRQ     8
41
#define GXEMUL_IRQC_MAX_IRQ     8
42
#define GXEMUL_TIMER_FREQ       2
42
#define GXEMUL_TIMER_FREQ       10
43
 
43
 
44
 
44
 
45
/** Struct containing mappings of gxemul HW devices into kernel part
45
/** Struct containing mappings of gxemul HW devices into kernel part
46
 *  *  of virtual address space. */
46
 *  *  of virtual address space. */
47
typedef struct {
47
typedef struct {