Commit 2bfdab638a463da3e3a7d399b3bf3162f4ed08df
1 parent
3b3fb322
Move nographic export to sysemu.h
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5414 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
4 changed files
with
1 additions
and
5 deletions
hw/fw_cfg.c
hw/sun4m.c
... | ... | @@ -175,8 +175,6 @@ static int nvram_boot_set(void *opaque, const char *boot_device) |
175 | 175 | return 0; |
176 | 176 | } |
177 | 177 | |
178 | -extern int nographic; | |
179 | - | |
180 | 178 | static void nvram_init(m48t59_t *nvram, uint8_t *macaddr, const char *cmdline, |
181 | 179 | const char *boot_devices, ram_addr_t RAM_size, |
182 | 180 | uint32_t kernel_size, | ... | ... |
hw/sun4u.c
... | ... | @@ -108,8 +108,6 @@ static int nvram_boot_set(void *opaque, const char *boot_device) |
108 | 108 | return 0; |
109 | 109 | } |
110 | 110 | |
111 | -extern int nographic; | |
112 | - | |
113 | 111 | static int sun4u_NVRAM_set_params (m48t59_t *nvram, uint16_t NVRAM_size, |
114 | 112 | const char *arch, |
115 | 113 | ram_addr_t RAM_size, | ... | ... |
sysemu.h