summaryrefslogtreecommitdiffstats
path: root/c-user/io/introduction.rst
blob: e097c7ffe7244a8d5e7101234c86efdaf1a65a10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.. SPDX-License-Identifier: CC-BY-SA-4.0

.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)

Introduction
============

The input/output interface manager provides a well-defined mechanism for
accessing device drivers and a structured methodology for organizing device
drivers.  The directives provided by the I/O manager are:

- :ref:`rtems_io_initialize`

- :ref:`rtems_io_register_driver`

- :ref:`rtems_io_unregister_driver`

- :ref:`rtems_io_register_name`

- :ref:`rtems_io_lookup_name`

- :ref:`rtems_io_open`

- :ref:`rtems_io_close`

- :ref:`rtems_io_read`

- :ref:`rtems_io_write`

- :ref:`rtems_io_control`