Rev 1218 | Rev 1227 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1218 | Rev 1223 | ||
---|---|---|---|
Line 44... | Line 44... | ||
44 | int ddi_enable_iospace_arch(task_t *task, __address ioaddr, size_t size) |
44 | int ddi_enable_iospace_arch(task_t *task, __address ioaddr, size_t size) |
45 | { |
45 | { |
46 | return 0; |
46 | return 0; |
47 | } |
47 | } |
48 | 48 | ||
49 | /** Enable/disable interrupts form syscall |
49 | /** Enable/disable interrupts for syscall |
50 | * |
50 | * |
51 | * @param enable If non-zero, interrupts are enabled, otherwise disabled |
51 | * @param enable If non-zero, interrupts are enabled, otherwise disabled |
52 | * @param flags CP0 flags register |
52 | * @param flags PPC32 register holding interrupt state. |
53 | */ |
53 | */ |
54 | __native ddi_int_control_arch(__native enable, __native *flags) |
54 | __native ddi_int_control_arch(__native enable, __native *flags) |
55 | { |
55 | { |
56 | // FIXME: TODO |
56 | // FIXME: TODO |
57 | return 0; |
57 | return 0; |