OSDN Git Service

[VM][WIP] Use namespace to devices per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / fmr50 / scsi.cpp
index 54bd0d8..3cb0221 100644 (file)
@@ -29,6 +29,8 @@
 #define STATUS_INT     0x02
 #define STATUS_PERR    0x01
 
+namespace FMR50 {
+
 void SCSI::reset()
 {
        ctrl_reg = CTRL_IMSK;
@@ -126,3 +128,5 @@ bool SCSI::process_state(FILEIO* state_fio, bool loading)
        state_fio->StateBool(irq_status);
        return true;
 }
+
+}