VirtualBox

Changeset 8635 in vbox for trunk


Ignore:
Timestamp:
May 6, 2008 5:22:43 PM (17 years ago)
Author:
vboxsync
Message:

PGMPhys.h -> PGMPhysRWTmpl.h

Location:
trunk/src/VBox/VMM
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMPhys.cpp

    r8626 r8635  
    6262#define PGMPHYS_DATASIZE    1
    6363#define PGMPHYS_DATATYPE    uint8_t
    64 #include "PGMPhys.h"
     64#include "PGMPhysRWTmpl.h"
    6565
    6666#define PGMPHYSFN_READNAME  PGMR3PhysReadU16
     
    6868#define PGMPHYS_DATASIZE    2
    6969#define PGMPHYS_DATATYPE    uint16_t
    70 #include "PGMPhys.h"
     70#include "PGMPhysRWTmpl.h"
    7171
    7272#define PGMPHYSFN_READNAME  PGMR3PhysReadU32
     
    7474#define PGMPHYS_DATASIZE    4
    7575#define PGMPHYS_DATATYPE    uint32_t
    76 #include "PGMPhys.h"
     76#include "PGMPhysRWTmpl.h"
    7777
    7878#define PGMPHYSFN_READNAME  PGMR3PhysReadU64
     
    8080#define PGMPHYS_DATASIZE    8
    8181#define PGMPHYS_DATATYPE    uint64_t
    82 #include "PGMPhys.h"
     82#include "PGMPhysRWTmpl.h"
    8383
    8484
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette