]> Git Repo - qemu.git/blobdiff - hw/s390x/ipl.h
s390x: machine reset function with new ipl cpu handling
[qemu.git] / hw / s390x / ipl.h
index 6424e08db8904d94489849c7bd6f23f354e497f8..7f2b4033d486556c6e01198894e01eb5bc03e638 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef HW_S390_IPL_H
 #define HW_S390_IPL_H
 
+#include "cpu.h"
+
 typedef struct IplParameterBlock {
       uint8_t  reserved1[110];
       uint16_t devno;
@@ -19,6 +21,7 @@ typedef struct IplParameterBlock {
 } IplParameterBlock;
 
 void s390_ipl_update_diag308(IplParameterBlock *iplb);
+void s390_ipl_prepare_cpu(S390CPU *cpu);
 IplParameterBlock *s390_ipl_get_iplb(void);
 void s390_reipl_request(void);
 
This page took 0.021684 seconds and 4 git commands to generate.