summaryrefslogtreecommitdiff
path: root/src/kernel/arch/i386/tty/keyboard.h
blob: c3a82324232a993ee3e60a53f36c40069c52d9cb (plain)
1
2
3
4
5
6
#pragma once
#include <stdbool.h>
#include <stdint.h>

bool keyboard_poll_read(char *c);
void keyboard_recv(uint8_t scancode);