Subversion Repositories HelenOS-historic

Rev

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

Rev 1284 Rev 1507
Line 40... Line 40...
40
    CMD_MEM_WRITE_2,
40
    CMD_MEM_WRITE_2,
41
    CMD_MEM_WRITE_4,
41
    CMD_MEM_WRITE_4,
42
    CMD_MEM_WRITE_8,
42
    CMD_MEM_WRITE_8,
43
    CMD_PORT_READ_1,
43
    CMD_PORT_READ_1,
44
    CMD_PORT_WRITE_1,
44
    CMD_PORT_WRITE_1,
-
 
45
    CMD_IA64_GETCHAR,
45
    CMD_LAST
46
    CMD_LAST
46
} irq_cmd_type;
47
} irq_cmd_type;
47
 
48
 
48
typedef struct {
49
typedef struct {
49
    irq_cmd_type cmd;
50
    irq_cmd_type cmd;