/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/compat.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-11-19 02:19:51 UTC
  • Revision ID: csa@suren.me-20151119021951-00bae7ma1vqy561h
Support setting payload size

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
#endif
196
196
}
197
197
 
 
198
int pcidriver_pcie_get_mps(struct pci_dev *dev);
 
199
int pcidriver_pcie_set_mps(struct pci_dev *dev, int mps);
 
200
 
198
201
#endif