OurOS 0.1
Operating System built by McGill Students
 
Loading...
Searching...
No Matches
ps2_keyboard.h
Go to the documentation of this file.
1
12#ifndef _HAL_PS2_KEYBOARD_H
13#define _HAL_PS2_KEYBOARD_H
14
15#include <stdbool.h>
16
18#define PS2_KEYBOARD_DATA_PORT 0x60
20#define PS2_KEYBOARD_STATUS_PORT 0x64
21
29bool ps2_poll(void);
30
31#endif
bool ps2_poll(void)
poll the ps/2 keyboard for data
Definition ps2_keyboard.c:237