1. NAME

pci_select_bars - Make BAR mask from the type of resource

2. SYNOPSIS

int pci_select_bars(struct pci_dev *  dev , unsigned long  flags );

3. ARGUMENTS

dev
    the PCI device for which BAR mask is made

flags
    resource type mask to be selected

4. DESCRIPTION

This helper routine makes bar mask from the type of resource.

5. COPYRIGHT