Changeset dfd9186 in mainline for generic/include/mm/frame.h


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

Memory zones console command implementation. todo: buddy allocator structures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/mm/frame.h

    r5fe5f1e rdfd9186  
    109109extern void frame_release(frame_t *frame);
    110110
     111
     112/*
     113 * Console functions
     114 */
     115extern void zone_print_list(void);
     116extern void zone_print_one(index_t index);
     117
    111118#endif
Note: See TracChangeset for help on using the changeset viewer.