summaryrefslogtreecommitdiff
path: root/include/kernel/input (follow)
Commit message (Collapse)AuthorAgeFilesLines
* PROJECT RESTRUCTURINGDanny Holman2025-01-121-32/+0
| | | | | | | | Move the entire kernel into its own directory. Create new directories for system commands, libraries and other required essentials for a complete Unix-like operating system. Signed-off-by: Danny Holman <dholman@gymli.org>
* include: kernel: input: add in keyboard.hDanny Holman2024-05-291-0/+32
Add in a missing header file that allows the AT keyboard driver to be used. Signed-off-by: Danny Holman <dholman@gymli.org>