summaryrefslogtreecommitdiffstats
path: root/bsps/shared/dev/irq/arm-gicv3.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2024-04-10 14:47:51 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2024-04-16 07:26:35 +0200
commit26eb5816df304c56e684dbb312412885a5f39d49 (patch)
treef25ba9e925eed8aa1f387c0401c6344af8fd5c95 /bsps/shared/dev/irq/arm-gicv3.c
parentbsps/arm: Improve GICv2 support (diff)
downloadrtems-26eb5816df304c56e684dbb312412885a5f39d49.tar.bz2
dev/irq: Improve Doxgyen group assignments
Make the GIC interrupt controller support a subgroup of the generic interrupt controller support.
Diffstat (limited to 'bsps/shared/dev/irq/arm-gicv3.c')
-rw-r--r--bsps/shared/dev/irq/arm-gicv3.c13
1 files changed, 11 insertions, 2 deletions
diff --git a/bsps/shared/dev/irq/arm-gicv3.c b/bsps/shared/dev/irq/arm-gicv3.c
index 8aad0f6482..fd7abd6a13 100644
--- a/bsps/shared/dev/irq/arm-gicv3.c
+++ b/bsps/shared/dev/irq/arm-gicv3.c
@@ -1,6 +1,15 @@
-/*
- * SPDX-License-Identifier: BSD-2-Clause
+/* SPDX-License-Identifier: BSD-2-Clause */
+
+/**
+ * @file
+ *
+ * @ingroup DevIRQGIC
*
+ * @brief This source file contains the implementation of the generic GICv3
+ * support.
+ */
+
+/*
* Copyright (C) 2019 On-Line Applications Research Corporation (OAR)
*
* Redistribution and use in source and binary forms, with or without