Changeset 65075 in vbox
- Timestamp:
- Jan 3, 2017 11:52:07 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112577
- Location:
- trunk
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/ata.h
r65074 r65075 16 16 */ 17 17 18 #ifndef ___ Storage_IDE_h19 #define ___ Storage_IDE_h18 #ifndef ___VBox_ata_h 19 #define ___VBox_ata_h 20 20 21 21 … … 197 197 #endif 198 198 199 #endif /* !___ Storage_IDE_h */200 199 #endif /* !___VBox_ata_h */ 200 -
trunk/src/VBox/Devices/Storage/Debug.cpp
r63016 r65075 22 22 #include <iprt/string.h> 23 23 #include <VBox/scsi.h> 24 #include "ide.h"24 #include <VBox/ata.h> 25 25 26 26 #ifdef LOG_ENABLED -
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r65067 r65075 46 46 #include <VBox/sup.h> 47 47 #include <VBox/scsi.h> 48 #include <VBox/ata.h> 48 49 #include <iprt/assert.h> 49 50 #include <iprt/asm.h> … … 58 59 # include <iprt/time.h> 59 60 #endif 60 #include "ide.h"61 61 #include "VBoxDD.h" 62 62 -
trunk/src/VBox/Devices/Storage/DevATA.cpp
r65069 r65075 61 61 #include <VBox/sup.h> 62 62 #include <VBox/scsi.h> 63 #include <VBox/ata.h> 63 64 64 65 #include "PIIX3ATABmDma.h" 65 #include "ide.h"66 66 #include "ATAPIPassthrough.h" 67 67 #include "VBoxDD.h"
Note:
See TracChangeset
for help on using the changeset viewer.