master
h 7 lines 147 Bytes
Raw
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 #ifndef SPARC_CPU_LOOP_H
3 #define SPARC_CPU_LOOP_H
4
5 void flush_windows(CPUSPARCState *env);
6
7 #endif