summaryrefslogtreecommitdiff
path: root/hw/boards.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/boards.h')
-rw-r--r--hw/boards.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/boards.h b/hw/boards.h
index 3144017668..f6733b7cc9 100644
--- a/hw/boards.h
+++ b/hw/boards.h
@@ -16,11 +16,11 @@ typedef struct QEMUMachine {
QEMUMachineInitFunc *init;
int use_scsi;
int max_cpus;
+ int is_default;
struct QEMUMachine *next;
} QEMUMachine;
int qemu_register_machine(QEMUMachine *m);
-void register_machines(void);
extern QEMUMachine *current_machine;