VirtualBox

Changeset 14747 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Nov 27, 2008 10:15:03 PM (16 years ago)
Author:
vboxsync
Message:

x86.h: PCX86PGUINT & PCX86PGPAEUINT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/x86.h

    r14741 r14747  
    911911/** Pointer to a page table/directory table entry as an unsigned integer. */
    912912typedef X86PGUINT *PX86PGUINT;
     913/** Pointer to an const page table/directory table entry as an unsigned integer. */
     914typedef X86PGUINT const *PCX86PGUINT;
    913915
    914916/** Number of entries in a 32-bit PT/PD. */
     
    920922/** Pointer to a PAE page table/page directory/pdpt/l4/l5 entry as an unsigned integer. */
    921923typedef X86PGPAEUINT *PX86PGPAEUINT;
     924/** Pointer to an const PAE page table/page directory/pdpt/l4/l5 entry as an unsigned integer. */
     925typedef X86PGPAEUINT const *PCX86PGPAEUINT;
    922926
    923927/** Number of entries in a PAE PT/PD. */
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