mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 05:38:19 +00:00
cleanup qemu/include/elf.h
This commit is contained in:
parent
a6fa35430a
commit
9735c6e28e
2 changed files with 4 additions and 1019 deletions
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
|
||||
#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_cpu_register_types(void *opaque);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue