summaryrefslogtreecommitdiff
path: root/cpukit/include/rtems/rcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/rcc.h')
-rw-r--r--cpukit/include/rtems/rcc.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/cpukit/include/rtems/rcc.h b/cpukit/include/rtems/rcc.h
new file mode 100644
index 0000000000..fc78dbe261
--- /dev/null
+++ b/cpukit/include/rtems/rcc.h
@@ -0,0 +1,26 @@
+/*
+ * Copyright (C) 2019.
+ * Cobham Gaisler
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.org/license/LICENSE.
+ */
+
+#ifndef _RCC_VERSION_H
+#define _RCC_VERSION_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/*
+ * Returns RCC version string
+ */
+const char *rcc_version(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif