summaryrefslogtreecommitdiff
path: root/cpukit/include/sys/endian.h
diff options
context:
space:
mode:
authorFrank Kühndel <frank.kuehndel@embedded-brains.de>2021-12-03 23:17:49 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-01-18 14:35:48 +0100
commita84e60d60b0c1f905d43c3a93c4ad257f52c5e67 (patch)
tree61754c41ca9effd9e65f397adc8c40357f18a3a9 /cpukit/include/sys/endian.h
parent1cef08a2c606a9fcd3195ca90e5ec7c27f8bb842 (diff)
Doxygen: Adding Doxygen groups to filesqual-55
Diffstat (limited to 'cpukit/include/sys/endian.h')
-rw-r--r--cpukit/include/sys/endian.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/cpukit/include/sys/endian.h b/cpukit/include/sys/endian.h
index 0849a6a90b..d0037f2984 100644
--- a/cpukit/include/sys/endian.h
+++ b/cpukit/include/sys/endian.h
@@ -1,3 +1,12 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSImplSysEndian
+ *
+ * @brief This header file provides interfaces of the
+ * system endianness.
+ */
+
/*-
* Copyright (c) 2002 Thomas Moestl <tmm@FreeBSD.org>
* All rights reserved.
@@ -26,6 +35,12 @@
* $FreeBSD: head/sys/sys/endian.h 208331 2010-05-20 06:16:13Z phk $
*/
+/**
+ * @defgroup RTEMSImplSysEndian System Endianness Support
+ *
+ * @ingroup RTEMSImpl
+ */
+
#ifndef _SYS_ENDIAN_H_
#define _SYS_ENDIAN_H_