summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/idp/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/m68k/idp/include/bsp.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/m68k/idp/include/bsp.h b/c/src/lib/libbsp/m68k/idp/include/bsp.h
index 599bf1fba9..39d8c41437 100644
--- a/c/src/lib/libbsp/m68k/idp/include/bsp.h
+++ b/c/src/lib/libbsp/m68k/idp/include/bsp.h
@@ -1,6 +1,10 @@
-/* bsp.h
+/**
+ * @file
*
- * This include file contains all Motorola 680x0 IDP board IO definitions.
+ * @ingroup idp_bsp
+ *
+ * @brief This include file contains all Motorola 680x0 IDP board
+ * IO definitions.
*/
#ifndef _BSP_H
@@ -15,6 +19,14 @@
#include <rtems/motorola/mc68230.h>
#include <rtems/motorola/mc68681.h>
+/**
+ * @defgroup idp_bsp IO definitions
+ *
+ * @ingroup m68k_idp
+ *
+ * @brief Motorola 680x0 IDP board IO definitions
+ */
+
#define DUART_ADDR 0xb00003 /* base address of the MC68681 DUART */
/* Constants */