diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2009-12-09 21:00:41 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2009-12-09 21:00:41 -0500 |
commit | 578774824896c2af1b38d6fc313e805a4f3493d1 (patch) | |
tree | 1daa092baad2c29019b2449b764e82be8639956b /src/ps2port.h | |
parent | 980328091d8c9670f1fc0fd6a3c5330414192c2a (diff) | |
download | seabios-578774824896c2af1b38d6fc313e805a4f3493d1.tar.gz |
Move ps2 specific keyboard and mouse code to ps2port.c.
Diffstat (limited to 'src/ps2port.h')
-rw-r--r-- | src/ps2port.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ps2port.h b/src/ps2port.h index 3c4e4d45..e13f8590 100644 --- a/src/ps2port.h +++ b/src/ps2port.h @@ -59,5 +59,6 @@ int i8042_flush(void); int i8042_command(int command, u8 *param); int kbd_command(int command, u8 *param); int aux_command(int command, u8 *param); +void ps2port_setup(); #endif // ps2port.h |