Changeset c118940 in mainline
- Timestamp:
- 2006-04-22T21:50:55Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e692a27
- Parents:
- 613bc54
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/src/ddi/ddi.c
r613bc54 rc118940 46 46 return 0; 47 47 } 48 49 /** Enable/disable interrupts form syscall 50 * 51 * @param enable If non-zero, interrupts are enabled, otherwise disabled 52 * @param flags CP0 flags register 53 */ 54 __native ddi_int_control_arch(__native enable, __native *flags) 55 { 56 // FIXME: TODO 57 return 0; 58 }
Note:
See TracChangeset
for help on using the changeset viewer.