summaryrefslogtreecommitdiff
path: root/include/kernel/tty.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-20include: append "_H" to include guardsDanny Holman1-2/+2
Add a "_H" to the end of the include guards in tty.h. Signed-off-by: Danny Holman <dholman@gymli.xyz>
2021-01-17include: create basic C library functionsDanny Holman1-0/+11
Create the basic C library functions for use inside the kernel. Signed-off-by: Danny Holman <dholman@gymli.xyz>