summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/vprintk.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-07-29 14:48:40 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-08-02 07:14:05 +0200
commitd999f865eaef44b887b5c40799572e849ac4ca78 (patch)
tree56e8ddc7a80921e18f676f33a9fe663293b77627 /cpukit/libcsupport/src/vprintk.c
parentsptests: CONFIGURE_MEMORY_PER_TASK_FOR_SCHEDULER (diff)
downloadrtems-d999f865eaef44b887b5c40799572e849ac4ca78.tar.bz2
rtems: Generate <rtems/bspIo.h>
Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement. Place the group into the I/O Manager group. Add all source files to the group. Update #3899. Update #3993. Update #4482.
Diffstat (limited to '')
-rw-r--r--cpukit/libcsupport/src/vprintk.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/cpukit/libcsupport/src/vprintk.c b/cpukit/libcsupport/src/vprintk.c
index 308872f71e..3131390372 100644
--- a/cpukit/libcsupport/src/vprintk.c
+++ b/cpukit/libcsupport/src/vprintk.c
@@ -1,8 +1,9 @@
/**
- * @file
+ * @file
*
- * @brief Print Formatted Output
- * @ingroup libcsupport
+ * @ingroup RTEMSAPIKernelCharIO
+ *
+ * @brief This source file contains the implementation of vprintk().
*/
/*