libxl: move bootloader data strucutres and prototypes
authorRoger Pau Monne <roger.pau@citrix.com>
Mon, 23 Jul 2012 12:09:42 +0000 (13:09 +0100)
committerRoger Pau Monne <roger.pau@citrix.com>
Mon, 23 Jul 2012 12:09:42 +0000 (13:09 +0100)
commit925a783ab52af794a55670ba75d8cafe3048c728
tree8a7545d730ec64b0600f583149c5f42a01ebe273
parent225b2010db1b84c223c981a0cd09e548e5fcf93b
libxl: move bootloader data strucutres and prototypes

Move bootloader and related data after all the device stuff, since
libxl__bootloader_state will depend on libxl__ao_device (to perform
the local attach of a device).

This is pure code motion.

Signed-off-by: Roger Pau Monne <roger.pau@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl_internal.h