OSDN Git Service

[VM][WIP] Use namespace to devices per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / m5 / cmt.h
index 97a7dfa..04fb751 100644 (file)
@@ -18,6 +18,8 @@
 #define SIG_CMT_EOT            1
 //#define SIG_PRINTER_BUSY     2
 
+namespace M5 {
+       
 class CMT : public DEVICE
 {
 private:
@@ -54,4 +56,5 @@ public:
        }
 };
 
+}
 #endif