Changeset 8cd680c in mainline for kernel/arch/mips32/src/ddi/ddi.c
- Timestamp:
- 2014-08-18T20:34:28Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6eeb4a3
- Parents:
- 8820544
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/ddi/ddi.c
r8820544 r8cd680c 44 44 * Interrupts are disabled and task is locked. 45 45 * 46 * @param task Task.47 * @param ioaddr Starti gnI/O space address.48 * @param size Size of the enabled I/O range.46 * @param task Task. 47 * @param ioaddr Startinig I/O space address. 48 * @param size Size of the enabled I/O range. 49 49 * 50 50 * @return 0 on success or an error code from errno.h. … … 55 55 } 56 56 57 /** Disable I/O space range for task. 58 * 59 * Interrupts are disabled and task is locked. 60 * 61 * @param task Task. 62 * @param ioaddr Starting I/O space address. 63 * @param size Size of the disabled I/O range. 64 * 65 * @return 0 on success or an error code from errno.h. 66 */ 67 int ddi_iospace_disable_arch(task_t *task, uintptr_t ioaddr, size_t size) 68 { 69 return 0; 70 } 71 57 72 /** @} 58 73 */
Note:
See TracChangeset
for help on using the changeset viewer.