[Voyageurs] Add a basic ps/2 keyboard driver.

This commit is contained in:
Drew Galbraith 2023-11-25 13:08:30 -08:00
parent 7151a509ee
commit 8365d47cbe
18 changed files with 532 additions and 0 deletions

View file

@ -9,6 +9,7 @@ namespace mmth {
class PortServer {
public:
PortServer() {}
static glcr::ErrorOr<PortServer> Create();
static PortServer AdoptCap(z_cap_t cap);