summaryrefslogtreecommitdiff
path: root/vl.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-12-04 18:54:21 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-12-04 18:54:21 +0000
commit80337b66a8e7a98963cb846f551d9ef533d7d489 (patch)
tree0e6617bcbfecc8047775488acfeb232d5f0969b2 /vl.h
parent54ca9095f046dfa03c3d093cc55f6d76b61864e1 (diff)
downloadqemu-80337b66a8e7a98963cb846f551d9ef533d7d489.tar.gz
NIC emulation for qemu arm-softmmu (Paul Brook)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1682 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r--vl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vl.h b/vl.h
index 42954ebc5a..2ade7e9e99 100644
--- a/vl.h
+++ b/vl.h
@@ -939,6 +939,9 @@ void ps2_write_keyboard(void *, int val);
uint32_t ps2_read_data(void *);
void ps2_queue(void *, int b);
+/* smc91c111.c */
+void smc91c111_init(NICInfo *, uint32_t, void *, int);
+
#endif /* defined(QEMU_TOOL) */
/* monitor.c */