Changeset 91019 in vbox
- Timestamp:
- Aug 31, 2021 7:25:34 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/vmm/pdmtpmifs.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmtpmifs.h
r90996 r91019 86 86 * @returns VBox status code. 87 87 * @param pInterface Pointer to the interface structure containing the called function pointer. 88 * @param cbCmdResp Size of the command/response buffer.89 88 */ 90 DECLR3CALLBACKMEMBER(int, pfnStartup, (PPDMITPMCONNECTOR pInterface , size_t cbCmdResp));89 DECLR3CALLBACKMEMBER(int, pfnStartup, (PPDMITPMCONNECTOR pInterface)); 91 90 92 91 /** … … 121 120 */ 122 121 DECLR3CALLBACKMEMBER(uint32_t, pfnGetLocalityMax, (PPDMITPMCONNECTOR pInterface)); 122 123 /** 124 * Returns the command/response buffer size of the driver below. 125 * 126 * @returns Buffer size in bytes. 127 * @param pInterface Pointer to the interface structure containing the called function pointer. 128 */ 129 DECLR3CALLBACKMEMBER(uint32_t, pfnGetBufferSize, (PPDMITPMCONNECTOR pInterface)); 123 130 124 131 /**
Note:
See TracChangeset
for help on using the changeset viewer.

