aboutsummaryrefslogtreecommitdiff
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, 2 insertions, 0 deletions
diff --git a/hw/boards.h b/hw/boards.h
index 42a4437aff..4c91e97474 100644
--- a/hw/boards.h
+++ b/hw/boards.h
@@ -14,6 +14,8 @@ typedef struct QEMUMachine {
const char *name;
const char *desc;
QEMUMachineInitFunc *init;
+#define RAMSIZE_FIXED (1 << 0)
+ size_t ram_require;
struct QEMUMachine *next;
} QEMUMachine;