add support to GIC ITS, and the MSI service base on it
[lunaix-os.git] / lunaix-os / includes / sdbg / lsdbg.h
index 1667f314670465c23889a81f5d72ce20d39664cd..1864f1fc5519ee2a67fcecc3af3e44eeb02ef8e1 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __LUNAIX_LSDBG_H
 #define __LUNAIX_LSDBG_H
 
-#include <arch/x86/interrupts.h>
+#include <lunaix/hart_state.h>
 
 #define SDBG_CLNT_HI 0x10
 #define SDBG_CLNT_QUIT 0xff
@@ -18,6 +18,6 @@
 #define SDBG_STATE_WAIT_BRK 2
 
 void
-lunaix_sdbg_loop(isr_param* param);
+lunaix_sdbg_loop(struct hart_state* hstate);
 
 #endif /* __LUNAIX_LSDBG_H */