Changeset 7b43e11 in mainline for include/typedefs.h


Ignore:
Timestamp:
2005-09-18T14:35:38Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e158717
Parents:
714675b
Message:

Physical memory management work.
Define structures for frame zones and frames.

Add some comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/typedefs.h

    r714675b r7b43e11  
    6464typedef struct chunk chunk_t;
    6565
     66typedef struct frame_zone frame_zone_t;
     67typedef struct frame frame_t;
     68
    6669typedef enum vm_type vm_type_t;
    6770typedef struct vm_area vm_area_t;
Note: See TracChangeset for help on using the changeset viewer.