Changeset 90996 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Aug 30, 2021 12:57:49 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmtpmifs.h
r90536 r90996 115 115 116 116 /** 117 * Returns the maximum supported locality of the driver below. 118 * 119 * @returns The maximum supported locality (0-4). 120 * @param pInterface Pointer to the interface structure containing the called function pointer. 121 */ 122 DECLR3CALLBACKMEMBER(uint32_t, pfnGetLocalityMax, (PPDMITPMCONNECTOR pInterface)); 123 124 /** 117 125 * Returns the status of the established flag. 118 126 *
Note:
See TracChangeset
for help on using the changeset viewer.