rtems-docs/c-user/user-extensions/introduction.rst
Sebastian Huber 80df4d6a47 c-user: Split up user extensions manager
This makes it easier to automatically generate parts of the manager
documentation in the future.

Update #3993.
2020-09-02 17:59:05 +02:00

18 lines
482 B
ReStructuredText

.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
Introduction
============
The user extensions manager allows the application developer to augment the
executive by allowing them to supply extension routines which are invoked at
critical system events. The directives provided by the user extensions manager
are:
- :ref:`rtems_extension_create`
- :ref:`rtems_extension_ident`
- :ref:`rtems_extension_delete`