Changeset 76520 in vbox for trunk/src/VBox/Devices/Bus
- Timestamp:
- Dec 30, 2018 5:39:55 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127821
- Location:
- trunk/src/VBox/Devices/Bus
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPciInternal.h
r70181 r76520 18 18 #ifndef ___Bus_DevPciInternal_h___ 19 19 #define ___Bus_DevPciInternal_h___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 #ifndef PDMPCIDEV_INCLUDE_PRIVATE -
trunk/src/VBox/Devices/Bus/MsiCommon.h
r71773 r76520 18 18 #ifndef ___MSI_COMMON_H___ 19 19 #define ___MSI_COMMON_H___ 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 typedef CTX_SUFF(PCPDMPCIHLP) PCPDMPCIHLP; -
trunk/src/VBox/Devices/Bus/PciInline.h
r69124 r76520 18 18 #ifndef ___Bus_PciInline_h 19 19 #define ___Bus_PciInline_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 20 23 21 24 DECLINLINE(void) pciDevSetPci2PciBridge(PPDMPCIDEV pDev)
Note:
See TracChangeset
for help on using the changeset viewer.