Changeset 55421 in vbox for trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h
- Timestamp:
- Apr 24, 2015 12:00:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h
r55401 r55421 69 69 uint8_t *pu8Channel); 70 70 71 int HGSMI SetupHostHeap(PHGSMIINSTANCE pIns,72 73 71 int HGSMIHostHeapSetup(PHGSMIINSTANCE pIns, 72 HGSMIOFFSET offHeap, 73 HGSMISIZE cbHeap); 74 74 75 75 int HGSMISaveStateExec (PHGSMIINSTANCE pIns, PSSMHANDLE pSSM); … … 107 107 /* Allocate a buffer in the host heap. */ 108 108 int HGSMIHostCommandAlloc (PHGSMIINSTANCE pIns, 109 void **ppv Mem,110 HGSMISIZE cb Mem,109 void **ppvData, 110 HGSMISIZE cbData, 111 111 uint8_t u8Channel, 112 112 uint16_t u16ChannelInfo); … … 116 116 117 117 int HGSMIHostCommandProcessAndFreeAsynch (PHGSMIINSTANCE pIns, 118 void *pv Mem,118 void *pvData, 119 119 bool bDoIrq); 120 120
Note:
See TracChangeset
for help on using the changeset viewer.