Changeset 1890 in vbox for trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h
- Timestamp:
- Apr 3, 2007 4:04:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h
r1 r1890 54 54 #endif 55 55 int suplibOsPageAlloc(size_t cPages, void **ppvPages); 56 int suplibOsPageFree(void *pvPages );56 int suplibOsPageFree(void *pvPages, size_t cPages); 57 57 __END_DECLS 58 58
Note:
See TracChangeset
for help on using the changeset viewer.