Changeset 572:8819faeecf8c
- Timestamp:
- 06/02/08 03:56:55 (7 months ago)
- Author:
- David Anderson <dave@…>
- Branch:
- default
- Message:
-
Put the documentation of _interrupts.h in the proper group.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r489
|
r572
|
|
| 3 | 3 | */ |
| 4 | 4 | |
| 5 | | /* Copyright (C) 2007 the NxOS developers |
| | 5 | /* Copyright (c) 2007,2008 the NxOS developers |
| 6 | 6 | * |
| 7 | 7 | * See AUTHORS for a full list of the developers. |
| … |
… |
|
| 19 | 19 | /*@{*/ |
| 20 | 20 | |
| | 21 | /** @defgroup interruptinternal Interrupts and task information |
| | 22 | * |
| | 23 | * This module just contains internal handlers related to exception |
| | 24 | * handling. |
| | 25 | */ |
| | 26 | /*@{*/ |
| | 27 | |
| 21 | 28 | /** @name Default interrupt handlers. |
| 22 | 29 | * |
| … |
… |
|
| 32 | 39 | |
| 33 | 40 | /*@}*/ |
| | 41 | /*@}*/ |
| 34 | 42 | |
| 35 | 43 | #endif /* __NXOS_BASE__INTERRUPTS_H__ */ |