VirtualBox

Changeset 11300

Show
Ignore:
Timestamp:
08/09/08 00:58:07 (4 months ago)
Author:
vboxsync
Message:

pgm: Removed unused PGMPAGE_* defines.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/pgm.h

    r10822 r11300  
    5151/** Dynamic chunk base mask. */ 
    5252#define PGM_DYNAMIC_CHUNK_BASE_MASK     (~(RTGCPHYS)PGM_DYNAMIC_CHUNK_OFFSET_MASK) 
    53  
    54  
    55 /** Page flags used for PGMHyperSetPageFlags 
    56  * @deprecated 
    57  * @{ */ 
    58 #define PGMPAGE_READ                1 
    59 #define PGMPAGE_WRITE               2 
    60 #define PGMPAGE_USER                4 
    61 #define PGMPAGE_SYSTEM              8 
    62 #define PGMPAGE_NOTPRESENT          16 
    63 /** @} */ 
    6453 
    6554 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy