Subversion Repositories HelenOS-historic

Rev

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

Rev 1281 Rev 1284
Line 38... Line 38...
38
    CMD_MEM_READ_8,
38
    CMD_MEM_READ_8,
39
    CMD_MEM_WRITE_1,
39
    CMD_MEM_WRITE_1,
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,
-
 
44
    CMD_PORT_WRITE_1,
43
    CMD_LAST
45
    CMD_LAST
44
} irq_cmd_type;
46
} irq_cmd_type;
45
 
47
 
46
typedef struct {
48
typedef struct {
47
    irq_cmd_type cmd;
49
    irq_cmd_type cmd;