Changeset cc73a8a1 in mainline for generic/src/ipc/irq.c
- Timestamp:
- 2006-06-20T12:26:16Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c8a70a
- Parents:
- 1e0a5fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/ipc/irq.c
r1e0a5fc rcc73a8a1 27 27 */ 28 28 29 29 /** @addtogroup genericipc 30 30 * @{ 31 31 */ 32 /** @file 33 */ 34 35 /** IRQ notification framework 32 /** 33 * @file 34 * @brief IRQ notification framework. 36 35 * 37 36 * This framework allows applications to register to receive a notification … … 317 316 /** Disconnect all irq's notifications 318 317 * 319 * TODO:It may be better to do some linked list, so that318 * @todo It may be better to do some linked list, so that 320 319 * we wouldn't need to go through whole array every cleanup 321 320 */ … … 335 334 } 336 335 337 /** @} 338 */ 339 336 /** @} 337 */
Note:
See TracChangeset
for help on using the changeset viewer.