summaryrefslogtreecommitdiffstats
path: root/bsps/arm/csb337/include/bsp/irq.h
diff options
context:
space:
mode:
authorshashvatjain <shashvatjain2002@gmail.com>2018-11-09 23:46:27 +0530
committerChris Johns <chrisj@rtems.org>2018-11-12 08:37:45 +1100
commit7ea717815f1ed67cb1757457079fd954c0f9a0b7 (patch)
treeea81ee8426a49e09ad6e65208a87c3d73eaee4b4 /bsps/arm/csb337/include/bsp/irq.h
parentpsxtmtests_plan.csv: Add pthread cleanup and attr test cases (diff)
downloadrtems-7ea717815f1ed67cb1757457079fd954c0f9a0b7.tar.bz2
arm/csb337: Update Doxygen (GCI 2018)
Diffstat (limited to 'bsps/arm/csb337/include/bsp/irq.h')
-rw-r--r--bsps/arm/csb337/include/bsp/irq.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/bsps/arm/csb337/include/bsp/irq.h b/bsps/arm/csb337/include/bsp/irq.h
index 771059a3e4..ce683bc4ff 100644
--- a/bsps/arm/csb337/include/bsp/irq.h
+++ b/bsps/arm/csb337/include/bsp/irq.h
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @ingroup csb337_interrupt
+ *
+ * @brief Interrupt Support.
+ */
+
/*
* Interrupt handler Header file
*
@@ -21,6 +29,14 @@
#endif /* __asm__ */
+/**
+ * @defgroup csb337_interrupt Interrrupt Support
+ *
+ * @ingroup arm_csb337
+ *
+ * @brief Interrupt Support.
+ */
+
/* possible interrupt sources on the AT91RM9200 */
#define AT91RM9200_INT_FIQ 0
#define AT91RM9200_INT_SYSIRQ 1