]> git.proxmox.com Git - qemu.git/blame - target-sparc/exec.h
net: Consistently use qemu_macaddr_default_if_unset
[qemu.git] / target-sparc / exec.h
CommitLineData
7a3f1944
FB
1#ifndef EXEC_SPARC_H
2#define EXEC_SPARC_H 1
3475187d 3#include "config.h"
8294eba1 4#include "dyngen-exec.h"
7a3f1944
FB
5
6register struct CPUSPARCState *env asm(AREG0);
3475187d 7
7a3f1944
FB
8#include "cpu.h"
9#include "exec-all.h"
10
2065061e
IK
11#if !defined(CONFIG_USER_ONLY)
12#include "softmmu_exec.h"
13#endif /* !defined(CONFIG_USER_ONLY) */
14
7a3f1944 15#endif