]> git.proxmox.com Git - qemu.git/blob - target-sparc/exec.h
USB: add usb network redirection support
[qemu.git] / target-sparc / exec.h
1 #ifndef EXEC_SPARC_H
2 #define EXEC_SPARC_H 1
3 #include "config.h"
4 #include "dyngen-exec.h"
5
6 register struct CPUSPARCState *env asm(AREG0);
7
8 #include "cpu.h"
9 #include "exec-all.h"
10
11 #if !defined(CONFIG_USER_ONLY)
12 #include "softmmu_exec.h"
13 #endif /* !defined(CONFIG_USER_ONLY) */
14
15 #endif