]> Git Repo - qemu.git/blobdiff - target-openrisc/sys_helper.c
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging
[qemu.git] / target-openrisc / sys_helper.c
index fedcbed4f792c2e9d63c46223f2408b96d53106f..a719e452bee4876250916ca636c2ddef153ac698 100644 (file)
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
-#include "helper.h"
+#include "exec/exec-all.h"
+#include "exec/helper-proto.h"
 
 #define TO_SPR(group, number) (((group) << 11) + (number))
 
This page took 0.02372 seconds and 4 git commands to generate.