net/af_iucv: use DECLARE_SOCKADDR to cast from sockaddr
[linux-2.6-microblaze.git] / include / kvm / arm_pmu.h
index 98cbfe8..1d94acd 100644 (file)
@@ -27,6 +27,7 @@ struct kvm_pmu {
        bool ready;
        bool created;
        bool irq_level;
+       struct irq_work overflow_work;
 };
 
 #define kvm_arm_pmu_v3_ready(v)                ((v)->arch.pmu.ready)