notifier: Pass data argument to callback
[qemu/stefanha.git] / target-sparc / exec.h
blob2395b0092f92a5a793665bfadf03cabe83c25487
1 #ifndef EXEC_SPARC_H
2 #define EXEC_SPARC_H 1
3 #include "config.h"
4 #include "dyngen-exec.h"
6 register struct CPUSPARCState *env asm(AREG0);
8 #include "cpu.h"
9 #include "exec-all.h"
11 #if !defined(CONFIG_USER_ONLY)
12 #include "softmmu_exec.h"
13 #endif /* !defined(CONFIG_USER_ONLY) */
15 #endif