diff options
Diffstat (limited to 'vl.h')
-rw-r--r-- | vl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -159,6 +159,7 @@ extern int smp_cpus; extern int no_quit; extern int semihosting_enabled; extern int autostart; +extern const char *bootp_filename; #define MAX_OPTION_ROMS 16 extern const char *option_rom[MAX_OPTION_ROMS]; |