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)
commit4a5214e4d239c8f717e6d692622617ead05c85c1
tree20958f1e7820ff0d3c4a332c63d638fbd0fcd141
parent8fee84074115ac2f8e3d74f1d2c44f0e56729315
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