Changeset 6912 in vbox for trunk/include
- Timestamp:
- Feb 11, 2008 10:04:41 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pgm.h
r6911 r6912 178 178 typedef enum PGMVIRTHANDLERTYPE 179 179 { 180 /** Natural traps only. */181 PGMVIRTHANDLERTYPE_NORMAL = 1,182 180 /** Write access handled. */ 183 PGMVIRTHANDLERTYPE_WRITE ,181 PGMVIRTHANDLERTYPE_WRITE = 1, 184 182 /** All access handled. */ 185 183 PGMVIRTHANDLERTYPE_ALL,
Note:
See TracChangeset
for help on using the changeset viewer.