Changeset 101 for trunk/kernel/mm/vseg.h


Ignore:
Timestamp:
Jun 29, 2017, 4:44:52 PM (7 years ago)
Author:
alain
Message:

euh...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/mm/vseg.h

    r18 r101  
    8989
    9090/**********************************************************************************************
     91 * This function returns a printable string for the vseg type.
     92 **********************************************************************************************
     93 * @ vseg_type  : type of vseg
     94 * @ return pointer on string
     95 *********************************************************************************************/
     96char * vseg_type_str( uint32_t vseg_type );
     97
     98/**********************************************************************************************
    9199 * This function allocates physical memory for a new vseg descriptor from the local cluster
    92100 * physical memory allocator.
Note: See TracChangeset for help on using the changeset viewer.