Changeset 55560 in vbox for trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h
- Timestamp:
- Apr 30, 2015 2:57:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h
r55421 r55560 73 73 HGSMISIZE cbHeap); 74 74 75 int HGSMISaveStateExec (PHGSMIINSTANCE pIns, PSSMHANDLE pSSM);76 int HGSMILoadStateExec (PHGSMIINSTANCE pIns, PSSMHANDLE pSSM);77 78 75 /* 79 76 * Virtual hardware IO handlers. … … 106 103 107 104 /* Allocate a buffer in the host heap. */ 108 int HGSMIHostCommandAlloc 109 110 111 112 105 int HGSMIHostCommandAlloc(PHGSMIINSTANCE pIns, 106 void **ppvData, 107 HGSMISIZE cbData, 108 uint8_t u8Channel, 109 uint16_t u16ChannelInfo); 113 110 114 int HGSMIHostCommandProcess (PHGSMIINSTANCE pIns, 115 void *pvMem); 111 int HGSMIHostCommandSubmitAndFreeAsynch(PHGSMIINSTANCE pIns, 112 void *pvData, 113 bool fDoIrq); 116 114 117 int HGSMIHostCommandProcessAndFreeAsynch (PHGSMIINSTANCE pIns, 118 void *pvData, 119 bool bDoIrq); 120 121 int HGSMIHostCommandFree (PHGSMIINSTANCE pIns, 122 void *pvMem); 115 int HGSMIHostCommandFree(PHGSMIINSTANCE pIns, 116 void *pvData); 123 117 124 118 int HGSMIHostLoadStateExec (PHGSMIINSTANCE pIns, PSSMHANDLE pSSM, uint32_t u32Version);
Note:
See TracChangeset
for help on using the changeset viewer.