mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
8 lines
147 B
C
8 lines
147 B
C
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||
|
|
#ifndef SPARC_CPU_LOOP_H
|
||
|
|
#define SPARC_CPU_LOOP_H
|
||
|
|
|
||
|
|
void flush_windows(CPUSPARCState *env);
|
||
|
|
|
||
|
|
#endif
|