projects
/
mw
/
micromonitor-lm32.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a2c584
)
lm32: add function declarations for ps2_*
author
Michael Walle
<michael@walle.cc>
Fri, 7 May 2010 20:44:33 +0000
(22:44 +0200)
committer
Michael Walle
<michael@walle.cc>
Fri, 7 May 2010 20:44:33 +0000
(22:44 +0200)
umon_ports/milkymist/cpuio.c
patch
|
blob
|
history
diff --git
a/umon_ports/milkymist/cpuio.c
b/umon_ports/milkymist/cpuio.c
index
71cd47f
..
b0f5c11
100644
(file)
--- a/
umon_ports/milkymist/cpuio.c
+++ b/
umon_ports/milkymist/cpuio.c
@@
-13,6
+13,10
@@
#include "lm32.h"
#include "ps2_kbd.h"
+extern int ps2_kbd_init();
+extern uchar ps2_getchar();
+extern ulong ps2_gotachar();
+
/* devInit():
* As a bare minimum, initialize the console UART here using the
* incoming 'baud' value as the baud rate.