Changeset 76520 in vbox for trunk/src/VBox/Devices/Storage/VSCSI
- Timestamp:
- Dec 30, 2018 5:39:55 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127821
- Location:
- trunk/src/VBox/Devices/Storage/VSCSI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VSCSI/VSCSIInternal.h
r76346 r76520 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifndef ___VSCSIInternal_h 18 19 #define ___VSCSIInternal_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 #include <VBox/vscsi.h> -
trunk/src/VBox/Devices/Storage/VSCSI/VSCSIVpdPages.h
r69500 r76520 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 17 18 #ifndef ___VSCSIVpdPages_h 18 19 #define ___VSCSIVpdPages_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 19 23 20 24 #include <iprt/stdint.h>
Note:
See TracChangeset
for help on using the changeset viewer.