Clean up rc4030 init function
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 10 Apr 2009 21:26:55 +0000 (21:26 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 10 Apr 2009 21:26:55 +0000 (21:26 +0000)
commit4767b5d77616c8c4829f462c6295d97f40abcbe9
treeec40170ed3aa80c84da08d1d65c77cfe41532ad5
parentc8d87ac78dfe4bb6a4162d51bf6498e55deb25ad
Clean up rc4030 init function

At the moment, rc4030 init function is returning some function pointers.
Mark them non-static and define them in header file instead.
Export also a function to read/write DMA memory, it will be required by
the netcard.

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7072 c046a42c-6fe2-441c-8c8c-71466251a162
hw/mips.h
hw/mips_jazz.c
hw/rc4030.c