From f61858725e92d3e77eb8a826a50497045ce67c41 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 17 Oct 2023 14:52:17 +0200 Subject: doc: introduce basic documentation structure --- docs/arch/x86_64/io/port_io.rst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/arch/x86_64/io/port_io.rst (limited to 'docs/arch/x86_64/io') diff --git a/docs/arch/x86_64/io/port_io.rst b/docs/arch/x86_64/io/port_io.rst new file mode 100644 index 0000000..18a9f6a --- /dev/null +++ b/docs/arch/x86_64/io/port_io.rst @@ -0,0 +1,6 @@ +Port-based Input/Output +======================= + +.. doxygenstruct:: teachos::arch::io::port + :members: + -- cgit v1.2.3