OSDN Git Service

[VM][WIP] Use namespace to devices per VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / mz2500 / interrupt.h
index e9a3348..4fe387b 100644 (file)
@@ -19,6 +19,8 @@
 #define SIG_INTERRUPT_PRINTER  2
 #define SIG_INTERRUPT_RP5C15   3
 
+namespace MZ2500 {
+
 class INTERRUPT : public DEVICE
 {
 private:
@@ -67,6 +69,7 @@ public:
        uint32_t get_intr_ack();
        void notify_intr_reti();
 };
-
+       
+}
 #endif