Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1702 | Rev 1712 | ||
|---|---|---|---|
| Line 39... | Line 39... | ||
| 39 | #define IRQ_MAX_PROG_SIZE 10 |
39 | #define IRQ_MAX_PROG_SIZE 10 |
| 40 | 40 | ||
| 41 | /** Reserved 'virtual' messages for kernel notifications */ |
41 | /** Reserved 'virtual' messages for kernel notifications */ |
| 42 | #define IPC_IRQ_RESERVED_VIRTUAL 10 |
42 | #define IPC_IRQ_RESERVED_VIRTUAL 10 |
| 43 | 43 | ||
| 44 | #define IPC_IRQ_KLOG (-1) |
44 | #define IPC_IRQ_KLOG (-1) |
| - | 45 | #define IPC_IRQ_KBDRESTART (-2) |
|
| 45 | 46 | ||
| 46 | typedef enum { |
47 | typedef enum { |
| 47 | CMD_MEM_READ_1 = 0, |
48 | CMD_MEM_READ_1 = 0, |
| 48 | CMD_MEM_READ_2, |
49 | CMD_MEM_READ_2, |
| 49 | CMD_MEM_READ_4, |
50 | CMD_MEM_READ_4, |