summaryrefslogtreecommitdiff
path: root/cpukit/include/sha256.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/sha256.h')
-rw-r--r--cpukit/include/sha256.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/cpukit/include/sha256.h b/cpukit/include/sha256.h
index 1b6a4f4c57..57767a4627 100644
--- a/cpukit/include/sha256.h
+++ b/cpukit/include/sha256.h
@@ -1,3 +1,12 @@
+/**
+ * @file
+ *
+ * @ingroup RTEMSImplSHA256
+ *
+ * @brief This header file provides interfaces of the
+ * SHA256 Checksum Implementation.
+ */
+
/*-
* Copyright 2005 Colin Percival
* All rights reserved.
@@ -26,6 +35,12 @@
* $FreeBSD$
*/
+/**
+ * @defgroup RTEMSImplSHA256 SHA256 Checksum Implementation
+ *
+ * @ingroup RTEMSImpl
+ */
+
#ifndef _SHA256_H_
#define _SHA256_H_