Changeset 61675 in vbox for trunk/include
- Timestamp:
- Jun 13, 2016 12:39:34 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108032
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmifs.h
r60905 r61675 1469 1469 */ 1470 1470 DECLR3CALLBACKMEMBER(int, pfnMonitorHotPlugEvent,(PPDMIACPIPORT pInterface)); 1471 1472 /** 1473 * Send a battery status change event. 1474 * 1475 * @returns VBox status code 1476 * @param pInterface Pointer to the interface structure containing 1477 * the called function pointer. 1478 */ 1479 DECLR3CALLBACKMEMBER(int, pfnBatteryStatusChangeEvent,(PPDMIACPIPORT pInterface)); 1471 1480 } PDMIACPIPORT; 1472 1481 /** PDMIACPIPORT interface ID. */ … … 1505 1514 } PDMIACPICONNECTOR; 1506 1515 /** PDMIACPICONNECTOR interface ID. */ 1507 #define PDMIACPICONNECTOR_IID " 5f14bf8d-1edf-4e3a-a1e1-cca9fd08e359"1516 #define PDMIACPICONNECTOR_IID "19c7de73-5ae0-4841-a106-21825f43b206" 1508 1517 1509 1518
Note:
See TracChangeset
for help on using the changeset viewer.