aboutsummaryrefslogtreecommitdiff
path: root/doc.src
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2022-11-08 17:19:45 +0200
committeraqua <aqua@iserlohn-fortress.net>2022-11-08 17:54:13 +0200
commitdbdaa77fb5924b4b9e6b374a44ef76481a38d3d2 (patch)
treeabd4daf428532ac026a538e20138907b36c795c3 /doc.src
parentAdd python-sphinx docs (diff)
downloadkernel-dbdaa77fb5924b4b9e6b374a44ef76481a38d3d2.tar.xz
Add FILE struct
Diffstat (limited to 'doc.src')
-rw-r--r--doc.src/devices.rst2
-rw-r--r--doc.src/libk.rst3
2 files changed, 5 insertions, 0 deletions
diff --git a/doc.src/devices.rst b/doc.src/devices.rst
index 7c8b41d..13bc2f0 100644
--- a/doc.src/devices.rst
+++ b/doc.src/devices.rst
@@ -10,6 +10,7 @@ Text mode
osdev wiki: `Text UI <https://wiki.osdev.org/Text_mode>`_
.. c:autodoc:: ../devices/vga.h
+ :clang: -isystem/usr/lib/gcc/i686-elf/12.2.0/include
PS/2 Controller
===============
@@ -30,4 +31,5 @@ Programmable Interrupt Controller
UART
====
.. c:autodoc:: ../devices/uart_16550.h
+ :clang: -isystem/usr/lib/gcc/i686-elf/12.2.0/include
diff --git a/doc.src/libk.rst b/doc.src/libk.rst
index 7c30f41..078198c 100644
--- a/doc.src/libk.rst
+++ b/doc.src/libk.rst
@@ -7,11 +7,14 @@ libk is the kernel's C standard library implementation.
stdio.h
=======
.. c:autodoc:: ../lib/stdio.h
+ :clang: -isystem/usr/lib/gcc/i686-elf/12.2.0/include
stdlib.h
========
.. c:autodoc:: ../lib/stdlib.h
+ :clang: -isystem/usr/lib/gcc/i686-elf/12.2.0/include
string.h
========
.. c:autodoc:: ../lib/string.h
+ :clang: -isystem/usr/lib/gcc/i686-elf/12.2.0/include