1. NAME

pci_store_saved_state - Allocate and return an opaque struct containing the device saved state.

2. SYNOPSIS

struct pci_saved_state * pci_store_saved_state(struct pci_dev *  dev );

3. ARGUMENTS

dev
    PCI device that weAqre dealing with

4. DESCRIPTION

Rerturn NULL if no state or error.

5. COPYRIGHT