cleanup qemu/include/elf.h
This commit is contained in:
parent
a6fa35430a
commit
9735c6e28e
1016
qemu/include/elf.h
1016
qemu/include/elf.h
File diff suppressed because it is too large
Load Diff
|
@ -1,14 +1,7 @@
|
||||||
#ifndef HW_MIPS_H
|
#ifndef HW_MIPS_H
|
||||||
#define HW_MIPS_H
|
#define HW_MIPS_H
|
||||||
/* Definitions for mips board emulation. */
|
|
||||||
|
|
||||||
/* Kernels can be configured with 64KB pages */
|
|
||||||
#define INITRD_PAGE_MASK (~((1 << 16) - 1))
|
|
||||||
|
|
||||||
#include "exec/memory.h"
|
|
||||||
|
|
||||||
void mips_machine_init(struct uc_struct *uc);
|
void mips_machine_init(struct uc_struct *uc);
|
||||||
|
|
||||||
void mips_cpu_register_types(void *opaque);
|
void mips_cpu_register_types(void *opaque);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue