OSDN Git Service

[VM] .
[csp-qt/common_source_project-fm7.git] / source / src / vm / fmr30 / scsi.cpp
index eb68fe9..5a98290 100644 (file)
@@ -14,6 +14,9 @@
 #include "../i8259.h"
 #include "../scsi_host.h"
 
+
+namespace FMR30 {
+       
 // control register
 #define CTRL_SWEN      0x80
 #define CTRL_IMSK      0x40
@@ -178,3 +181,5 @@ bool SCSI::process_state(FILEIO* state_fio, bool loading)
        state_fio->StateBool(eop_status);
        return true;
 }
+
+}