Changeset 1993
- Timestamp:
- 04/09/07 15:32:12 (2 years ago)
- Files:
-
- trunk/include/VBox/csam.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/csam.h
r1832 r1993 207 207 CSAMR3DECL(int) CSAMR3FlushPage(PVM pVM, RTGCPTR addr); 208 208 209 /** 210 * Remove a CSAM monitored page. Use with care! 211 * 212 * @returns VBox status code 213 * @param pVM The VM to operate on. 214 * @param addr GC address of the page to flush 215 */ 216 CSAMR3DECL(int) CSAMR3RemovePage(PVM pVM, RTGCPTR addr); 209 217 210 218 /**

