VirtualBox

Changeset 3205

Show
Ignore:
Timestamp:
06/21/07 15:15:10 (2 years ago)
Author:
vboxsync
Message:

Added OPTYPE_PORTIO_READ & OPTYPE_PORTIO_WRITE

Files:

Legend:

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

    r2981 r3205  
    7979#define OPTYPE_RRM_MASK              (OPTYPE_RRM_DANGEROUS | OPTYPE_RRM_DANGEROUS_16) 
    8080#define OPTYPE_INHIBIT_IRQS          BIT(16) /**< Will or can inhibit irqs (sti, pop ss, mov ss) */ 
     81#define OPTYPE_PORTIO_READ           BIT(17) 
     82#define OPTYPE_PORTIO_WRITE          BIT(18) 
    8183#define OPTYPE_ALL                   (0xffffffff) 
    8284 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy