Changeset 96cacc1 in mainline for generic/src/mm/frame.c
- Timestamp:
- 2006-01-04T18:42:19Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a59e81e
- Parents:
- dfd9186
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/mm/frame.c
rdfd9186 r96cacc1 484 484 } 485 485 486 486 /** Prints list of zones 487 * 488 */ 487 489 void zone_print_list(void) { 488 490 zone_t *zone = NULL; … … 498 500 } 499 501 502 /** Prints zone details 503 * 504 * @param zone_index Zone order in zones list (0 is the first zone) 505 */ 500 506 void zone_print_one(index_t zone_index) { 501 507 zone_t *zone = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.