summaryrefslogtreecommitdiff
path: root/protos.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2011-05-06 18:05:13 -0700
committerRichard Henderson <rth@twiddle.net>2011-05-06 18:05:13 -0700
commit2d46a7ec8fdf0c22f21e57ecfc46a5df5cd5cfbf (patch)
tree1e892a683028f2047f4b931abe6108409636ff1b /protos.h
parent90bb73f3fbcb32569f271bf1130fab45b2b4fb66 (diff)
downloadqemu-palcode-2d46a7ec8fdf0c22f21e57ecfc46a5df5cd5cfbf.zip
qemu-palcode-2d46a7ec8fdf0c22f21e57ecfc46a5df5cd5cfbf.tar.gz
qemu-palcode-2d46a7ec8fdf0c22f21e57ecfc46a5df5cd5cfbf.tar.bz2
Initial PCI setup.
Diffstat (limited to 'protos.h')
-rw-r--r--protos.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protos.h b/protos.h
index 96229eb..3e8d179 100644
--- a/protos.h
+++ b/protos.h
@@ -197,5 +197,6 @@ static inline void udelay(unsigned long msec)
* Initialization
*/
extern void ps2port_setup(void);
+extern void pci_setup(void);
#endif /* PROTOS_H */