summaryrefslogtreecommitdiffstats
path: root/c-user/signal/introduction.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-20 10:11:15 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-02 17:57:38 +0200
commite3523ed062f50def78cc159f9ac7a24946116943 (patch)
tree3352030bd5b5ab3592f038ca7beab8d852299f7c /c-user/signal/introduction.rst
parentc-user: Split up region manager (diff)
downloadrtems-docs-e3523ed062f50def78cc159f9ac7a24946116943.tar.bz2
c-user: Split up signal manager
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
Diffstat (limited to 'c-user/signal/introduction.rst')
-rw-r--r--c-user/signal/introduction.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/c-user/signal/introduction.rst b/c-user/signal/introduction.rst
new file mode 100644
index 0000000..292db52
--- /dev/null
+++ b/c-user/signal/introduction.rst
@@ -0,0 +1,13 @@
+.. SPDX-License-Identifier: CC-BY-SA-4.0
+
+.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+
+Introduction
+============
+
+The signal manager provides the capabilities required for asynchronous
+communication. The directives provided by the signal manager are:
+
+- :ref:`rtems_signal_catch`
+
+- :ref:`rtems_signal_send`