X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=include%2Fhw%2Fs390x%2Fsclp.h;fp=include%2Fhw%2Fs390x%2Fsclp.h;h=d32f6180e0d3e7ecca09e97ce4b9740360a69692;hb=b350f6c8ed4fd796454d0f26482f3e9d9285fda1;hp=b405a387b6780ea8f11a062fc02296f633171676;hpb=c990c1f35b80de53570f11433d71624aca185763;p=thirdparty%2Fqemu.git diff --git a/include/hw/s390x/sclp.h b/include/hw/s390x/sclp.h index b405a387b6..d32f6180e0 100644 --- a/include/hw/s390x/sclp.h +++ b/include/hw/s390x/sclp.h @@ -221,8 +221,6 @@ static inline int sccb_data_len(SCCB *sccb) return be16_to_cpu(sccb->h.length) - sizeof(sccb->h); } - -void s390_sclp_init(void); void sclp_service_interrupt(uint32_t sccb); void raise_irq_cpu_hotplug(void); int sclp_service_call(S390CPU *cpu, uint64_t sccb, uint32_t code);