sparc64: Fix sparse warnings in pci.c
[sfrench/cifs-2.6.git] / arch / sparc64 / kernel / pci_impl.h
index b300f39e9e8de3d91d01cb578b006f6c8dfb1176..03186824327ebc5f66d6a060704dff3e1becda23 100644 (file)
@@ -178,4 +178,8 @@ extern void pci_config_write32(u32 *addr, u32 val);
 extern struct pci_ops sun4u_pci_ops;
 extern struct pci_ops sun4v_pci_ops;
 
+extern volatile int pci_poke_in_progress;
+extern volatile int pci_poke_cpu;
+extern volatile int pci_poke_faulted;
+
 #endif /* !(PCI_IMPL_H) */