forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/drivers/xen/xen-pciback/pciback.h
....@@ -48,13 +48,14 @@
4848 struct list_head config_fields;
4949 struct pci_saved_state *pci_saved_state;
5050 unsigned int permissive:1;
51
+ unsigned int allow_interrupt_control:1;
5152 unsigned int warned_on_write:1;
5253 unsigned int enable_intx:1;
5354 unsigned int isr_on:1; /* Whether the IRQ handler is installed. */
5455 unsigned int ack_intr:1; /* .. and ACK-ing */
5556 unsigned long handled;
5657 unsigned int irq; /* Saved in case device transitions to MSI/MSI-X */
57
- char irq_name[0]; /* xen-pcibk[000:04:00.0] */
58
+ char irq_name[]; /* xen-pcibk[000:04:00.0] */
5859 };
5960
6061 /* Used by XenBus and xen_pcibk_ops.c */
....@@ -194,8 +195,6 @@
194195
195196 int xen_pcibk_xenbus_register(void);
196197 void xen_pcibk_xenbus_unregister(void);
197
-
198
-extern int verbose_request;
199198 #endif
200199
201200 /* Handles shared IRQs that can to device domain and control domain. */