Changeset 76565 in vbox for trunk/src/VBox/Devices/Storage/VSCSI
- Timestamp:
- Jan 1, 2019 4:23:20 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127867
- Location:
- trunk/src/VBox/Devices/Storage/VSCSI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VSCSI/VSCSIInternal.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___VSCSIInternal_h19 #define ___VSCSIInternal_h18 #ifndef VBOX_INCLUDED_SRC_Storage_VSCSI_VSCSIInternal_h 19 #define VBOX_INCLUDED_SRC_Storage_VSCSI_VSCSIInternal_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 690 690 } 691 691 692 #endif /* ___VSCSIInternal_h */693 692 #endif /* !VBOX_INCLUDED_SRC_Storage_VSCSI_VSCSIInternal_h */ 693 -
trunk/src/VBox/Devices/Storage/VSCSI/VSCSIVpdPages.h
r76553 r76565 16 16 */ 17 17 18 #ifndef ___VSCSIVpdPages_h19 #define ___VSCSIVpdPages_h18 #ifndef VBOX_INCLUDED_SRC_Storage_VSCSI_VSCSIVpdPages_h 19 #define VBOX_INCLUDED_SRC_Storage_VSCSI_VSCSIVpdPages_h 20 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 21 # pragma once … … 199 199 typedef const VSCSIVPDPAGEBLOCKPROV *PCVSCSIVPDPAGEBLOCKPROVS; 200 200 201 #endif /* ___VSCSIVpdPages_h */202 201 #endif /* !VBOX_INCLUDED_SRC_Storage_VSCSI_VSCSIVpdPages_h */ 202
Note:
See TracChangeset
for help on using the changeset viewer.