Changeset 96cacc1 in mainline for generic/src/mm/frame.c


Ignore:
Timestamp:
2006-01-04T18:42:19Z (19 years ago)
Author:
Sergey Bondari <bondari@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a59e81e
Parents:
dfd9186
Message:

Comments to zone console commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/mm/frame.c

    rdfd9186 r96cacc1  
    484484}
    485485
    486 
     486/** Prints list of zones
     487 *
     488 */
    487489void zone_print_list(void) {
    488490        zone_t *zone = NULL;
     
    498500}
    499501
     502/** Prints zone details
     503 *
     504 * @param zone_index Zone order in zones list (0 is the first zone)
     505 */
    500506void zone_print_one(index_t zone_index) {
    501507        zone_t *zone = NULL;
Note: See TracChangeset for help on using the changeset viewer.