Changeset 33540 in vbox for trunk/include/VBox/pdmifs.h
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmifs.h
r33146 r33540 88 88 89 89 /** 90 * Helper macro for quer ing an interface from PDMIBASE.90 * Helper macro for querying an interface from PDMIBASE. 91 91 * 92 92 * @returns Correctly typed PDMIBASE::pfnQueryInterface return value. … … 151 151 152 152 /** 153 * Helper macro for quer ing an interface from PDMIBASERC.153 * Helper macro for querying an interface from PDMIBASERC. 154 154 * 155 155 * @returns PDMIBASERC::pfnQueryInterface return value. … … 223 223 224 224 /** 225 * Helper macro for quer ing an interface from PDMIBASER0.225 * Helper macro for querying an interface from PDMIBASER0. 226 226 * 227 227 * @returns PDMIBASER0::pfnQueryInterface return value. … … 487 487 * @returns VBox status code. 488 488 * @param pInterface Pointer to this interface. 489 * @param cMilliesInterval Number of milli es between two refreshes.489 * @param cMilliesInterval Number of millis between two refreshes. 490 490 * @thread Any thread. 491 491 */ … … 1708 1708 1709 1709 /** 1710 * Notify device/driver that an interrupt has occur ed.1710 * Notify device/driver that an interrupt has occurred. 1711 1711 * 1712 1712 * @returns VBox status code. … … 2061 2061 2062 2062 2063 /** Pointer to a HPET legacy notif cation interface. */2063 /** Pointer to a HPET legacy notification interface. */ 2064 2064 typedef struct PDMIHPETLEGACYNOTIFY *PPDMIHPETLEGACYNOTIFY; 2065 2065 /** 2066 * HPET legacy notif cation interface.2066 * HPET legacy notification interface. 2067 2067 */ 2068 2068 typedef struct PDMIHPETLEGACYNOTIFY … … 2714 2714 * @param pCmd The Video HW Acceleration Command that was 2715 2715 * completed. 2716 * @todo r=bird: if async h means asyncronous; then2716 * @todo r=bird: if async means asynchronous; then 2717 2717 * s/pfnVHWACommandCompleteAsynch/pfnVHWACommandCompleteAsync/; 2718 2718 * fi
Note:
See TracChangeset
for help on using the changeset viewer.