aboutsummaryrefslogtreecommitdiff
path: root/devices
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2022-11-08 10:46:07 +0200
committeraqua <aqua@iserlohn-fortress.net>2022-11-08 14:56:42 +0200
commit527a5ea7a896a9b00e0563abbbed7771a398971b (patch)
tree81dcbe1b95c88bea447dfcc32d6fed46835713bb /devices
parentCapture ps2 mouse packets (diff)
downloadkernel-527a5ea7a896a9b00e0563abbbed7771a398971b.tar.xz
Add python-sphinx docs
Diffstat (limited to 'devices')
-rw-r--r--devices/vga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/vga.h b/devices/vga.h
index 7a295a2..daaa482 100644
--- a/devices/vga.h
+++ b/devices/vga.h
@@ -1,6 +1,6 @@
#pragma once
-/* Hardware text mode color constants. */
+/** Hardware text mode color constants. */
enum vga_color {
VGA_COLOR_BLACK = 0,
VGA_COLOR_BLUE = 1,