blob: 15b322fa7b5f1c3f0c33c515fb2c37f7fc02575c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
Character I/O Interface
=======================
The character I/O interface defines a simple API allowing the kernel to write characters to a platform's output device.
API Reference
-------------
Functions
---------
.. doxygenfunction:: kapi::cio::init
.. doxygenfunction:: kapi::cio::set_output_device
.. doxygenfunction:: kapi::cio::write
Classes
-------
.. doxygenstruct:: kapi::cio::output_device
Enums
-----
.. doxygenenum:: kapi::cio::output_stream
|