Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 676 → Rev 677

/kernel/trunk/generic/src/mm/frame.c
483,7 → 483,9
frame->refcount = 1;
}
 
 
/** Prints list of zones
*
*/
void zone_print_list(void) {
zone_t *zone = NULL;
link_t *cur;
497,6 → 499,10
 
}
 
/** Prints zone details
*
* @param zone_index Zone order in zones list (0 is the first zone)
*/
void zone_print_one(index_t zone_index) {
zone_t *zone = NULL;
link_t *cur;