diff options
author | Gleb Natapov <gleb@redhat.com> | 2010-12-08 13:35:09 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-12-11 21:32:48 +0000 |
commit | 962630f207a33b7de4316022884b5241e05491cd (patch) | |
tree | 456f98659094302366c6caa495b2511cd69b647b /sysemu.h | |
parent | 4cab946a4adc3094a846dd3c7ea104abe7bdc5f1 (diff) |
Pass boot device list to firmware.
Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'sysemu.h')
-rw-r--r-- | sysemu.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -196,4 +196,5 @@ void register_devices(void); void add_boot_device_path(int32_t bootindex, DeviceState *dev, const char *suffix); +char *get_boot_devices_list(uint32_t *size); #endif |