]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
block: Declare qemu_blockalign() in block.h, not block_int.h
authorMarkus Armbruster <armbru@redhat.com>
Wed, 3 Aug 2011 13:08:19 +0000 (15:08 +0200)
committerKevin Wolf <kwolf@redhat.com>
Tue, 6 Sep 2011 09:24:07 +0000 (11:24 +0200)
commitba5b7ad4495a9788d0af67133186bbc7a553008f
tree005077ad41c5ffafdf147f34820c7ea04f3f41a4
parent124386cc756f6a7975562d652d0e98a379292138
block: Declare qemu_blockalign() in block.h, not block_int.h

Device models should be able to use it without an unclean include of
block_int.h.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block.h
block_int.h
hw/sd.c