|
@@ -131,6 +131,7 @@ static inline struct pci_dev *eeh_dev_to_pci_dev(struct eeh_dev *edev)
|
|
struct eeh_ops {
|
|
struct eeh_ops {
|
|
char *name;
|
|
char *name;
|
|
int (*init)(void);
|
|
int (*init)(void);
|
|
|
|
+ int (*post_init)(void);
|
|
void* (*of_probe)(struct device_node *dn, void *flag);
|
|
void* (*of_probe)(struct device_node *dn, void *flag);
|
|
int (*dev_probe)(struct pci_dev *dev, void *flag);
|
|
int (*dev_probe)(struct pci_dev *dev, void *flag);
|
|
int (*set_option)(struct eeh_pe *pe, int option);
|
|
int (*set_option)(struct eeh_pe *pe, int option);
|