/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to driver/pcibus.h

  • Committer: Suren A. Chilingaryan
  • Date: 2016-03-02 18:37:30 UTC
  • Revision ID: csa@suren.me-20160302183730-nlrgi7h3yuizcizc
Restructure driver headers

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _PCIDRIVER_PCIBUS_H
 
2
#define _PCIDRIVER_PCIBUS_H
 
3
 
 
4
int pcidriver_pcie_get_mps(struct pci_dev *dev);
 
5
int pcidriver_pcie_set_mps(struct pci_dev *dev, int mps);
 
6
 
 
7
#endif /* _PCIDRIVER_PCIBUS_H */