Changeset 81923 in vbox
- Timestamp:
- Nov 17, 2019 10:06:28 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r81921 r81923 4832 4832 * @param pPicReg The PIC registration information for ring-0, 4833 4833 * considered volatile and copied. 4834 * @param ppP ciHlp Where to return the raw-mode PIC helpers.4834 * @param ppPicHlp Where to return the raw-mode PIC helpers. 4835 4835 */ 4836 4836 DECLRCCALLBACKMEMBER(int, pfnPCISetUpContext,(PPDMDEVINS pDevIns, PPDMPICREG pPicReg, PCPDMPICHLP *ppPicHlp)); … … 5311 5311 * @param pPicReg The PIC registration information for ring-0, 5312 5312 * considered volatile and copied. 5313 * @param ppP ciHlp Where to return the ring-0 PIC helpers.5313 * @param ppPicHlp Where to return the ring-0 PIC helpers. 5314 5314 */ 5315 5315 DECLR0CALLBACKMEMBER(int, pfnPICSetUpContext,(PPDMDEVINS pDevIns, PPDMPICREG pPicReg, PCPDMPICHLP *ppPicHlp));
Note:
See TracChangeset
for help on using the changeset viewer.