Changeset 14373 in vbox for trunk/include/VBox
- Timestamp:
- Nov 19, 2008 7:12:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r14332 r14373 774 774 775 775 /** 776 * Execute callback on all cpus/cores (SUPR0ExecuteCallback)777 */778 #define SUPDRVEXECCALLBACK_CPU_ALL (~0)779 780 /**781 776 * Security objectype. 782 777 */ … … 828 823 SUPR0DECL(int) SUPR0GipUnmap(PSUPDRVSESSION pSession); 829 824 SUPR0DECL(int) SUPR0Printf(const char *pszFormat, ...); 825 SUPR0DECL(SUPPAGINGMODE) SUPR0GetPagingMode(void); 830 826 831 827
Note:
See TracChangeset
for help on using the changeset viewer.