summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/shared/gdbstub/gdb_if.h
diff options
context:
space:
mode:
authorSzkocsovszki Zsolt <zsoltisharkboy@gmail.com>2013-12-26 12:51:20 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2013-12-26 12:51:20 -0600
commit9bb28849c456562a2721eee7218f17dd814e2a9e (patch)
treeaba7d99e37b7e59b551cc393785d0987d39d8f17 /c/src/lib/libbsp/m68k/shared/gdbstub/gdb_if.h
parentpsx03: Add doc file (diff)
downloadrtems-9bb28849c456562a2721eee7218f17dd814e2a9e.tar.bz2
libbsp/m68k: Add doxygen to m68k shared files.
Diffstat (limited to 'c/src/lib/libbsp/m68k/shared/gdbstub/gdb_if.h')
-rw-r--r--c/src/lib/libbsp/m68k/shared/gdbstub/gdb_if.h18
1 files changed, 16 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/m68k/shared/gdbstub/gdb_if.h b/c/src/lib/libbsp/m68k/shared/gdbstub/gdb_if.h
index c3a34e1418..6c68703b76 100644
--- a/c/src/lib/libbsp/m68k/shared/gdbstub/gdb_if.h
+++ b/c/src/lib/libbsp/m68k/shared/gdbstub/gdb_if.h
@@ -1,6 +1,12 @@
-/*
- * gdb_if.h - definition of the interface between the stub and gdb
+/**
+ * @file
+ *
+ * @ingroup m68k_gdbstub
*
+ * @brief definition of the interface between the stub and gdb
+ */
+
+/*
* THIS SOFTWARE IS NOT COPYRIGHTED
*
* The following software is offered for use in the public domain.
@@ -15,6 +21,14 @@
#ifndef _GDB_IF_H
#define _GDB_IF_H
+/**
+ * @defgroup m68k_gdbstub GDB Stub
+ *
+ * @ingroup m68k_shared
+ *
+ * @brief GDB Stub interface support
+ */
+
/* Max number of threads in qM response */
#define QM_MAX_THREADS (20)