Changeset 6034 in vbox for trunk/src/VBox
- Timestamp:
- Dec 10, 2007 8:18:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h
r6033 r6034 145 145 __BEGIN_DECLS 146 146 147 int VBoxGuestInitDevExt(PVBOXGUESTDEVEXT pDevExt, uint16_t IOPortBase, RTCCPHYS PhysMMIOBase, uint32_t cbMMIO, VBOXOSTYPE enmOSType);147 int VBoxGuestInitDevExt(PVBOXGUESTDEVEXT pDevExt, uint16_t IOPortBase, void *pvMMIOBase, uint32_t cbMMIO, VBOXOSTYPE enmOSType); 148 148 void VBoxGuestDeleteDevExt(PVBOXGUESTDEVEXT pDevExt); 149 149 bool VBoxGuestCommonISR(PVBOXGUESTDEVEXT pDevExt);
Note:
See TracChangeset
for help on using the changeset viewer.