ide: split away ide-internal.h
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 20 Aug 2009 13:22:18 +0000 (15:22 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 28 Aug 2009 01:43:33 +0000 (20:43 -0500)
commit356721aede69c80141c4a94ec26a78f91d63c9a5
tree20958f1e7820ff0d3c4a332c63d638fbd0fcd141
parentbcbdc4d3542bf390ec6ab9463c160a65bb3bcfdb
ide: split away ide-internal.h

move lots of IDE defines to the new file.
also make a bunch of functions non-static
and add declaration for them.  Needed by
the following patches of this series.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/ide-internal.h [new file with mode: 0644]
hw/ide.c