feat: integrate gdb support over serial port for bare-metal debugging.
[lunaix-os.git] / lunaix-os / includes / sdbg / protocol.h
diff --git a/lunaix-os/includes/sdbg/protocol.h b/lunaix-os/includes/sdbg/protocol.h
new file mode 100644 (file)
index 0000000..940194e
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef __LUNAIX_SDBG_PROTOCOL_H
+#define __LUNAIX_SDBG_PROTOCOL_H
+
+/**
+ * @brief Initialize Serial Debugger
+ *
+ */
+void
+sdbg_init();
+
+#endif /* __LUNAIX_SDBG_H */